MT#20747 fix/rename 15241.* script to 15241_not_replicated

- accounting database does not exist on the RO mysql instances

Change-Id: I35cbb010b1d9c76576a1d07ad2bb619a6237c9b9
(cherry picked from commit ec4911a71f)
changes/04/8404/1
Kirill Solomko 10 years ago
parent b851d0d7b9
commit a414cfee55

@ -1,3 +1,4 @@
set sql_log_bin=0;
use accounting;
set autocommit=0;

@ -1,3 +1,4 @@
set sql_log_bin=0;
use accounting;
DROP PROCEDURE IF EXISTS drop_index_if_exists_proc;
Loading…
Cancel
Save