MT#11493 - add set sql_log_bin=0 to 15148 and 15151 not_replicated

Change-Id: Icebde6369f83451faaef91cea9330a1610d9a68d
(cherry picked from commit 08252f5543)
changes/71/1571/1
Kirill Solomko 11 years ago
parent 67cd402b03
commit 018c740e5e

@ -1,4 +1,5 @@
use sipstats; use sipstats;
set sql_log_bin=0;
set autocommit=0; set autocommit=0;
REVOKE SELECT,INSERT,UPDATE ON sipstats.call_info FROM 'mediator'@'localhost'; REVOKE SELECT,INSERT,UPDATE ON sipstats.call_info FROM 'mediator'@'localhost';

@ -1,4 +1,5 @@
use sipstats; use sipstats;
set sql_log_bin=0;
set autocommit=0; set autocommit=0;
CREATE TABLE `call_info` ( CREATE TABLE `call_info` (

@ -1,4 +1,5 @@
use sipstats; use sipstats;
set sql_log_bin=0;
set autocommit=0; set autocommit=0;
REVOKE SELECT,INSERT,UPDATE ON stats.call_info FROM 'mediator'@'localhost'; REVOKE SELECT,INSERT,UPDATE ON stats.call_info FROM 'mediator'@'localhost';

@ -1,4 +1,5 @@
use sipstats; use sipstats;
set sql_log_bin=0;
set autocommit=0; set autocommit=0;
REVOKE SELECT,INSERT,UPDATE ON sipstats.call_info FROM 'mediator'@'localhost'; REVOKE SELECT,INSERT,UPDATE ON sipstats.call_info FROM 'mediator'@'localhost';

Loading…
Cancel
Save