Drop old not used mysql.ndb_binlog_index if exists
This commit is contained in:
parent
5a7374d71b
commit
c788a13c64
@ -237,3 +237,9 @@ EXECUTE stmt;
|
|||||||
DROP PREPARE stmt;
|
DROP PREPARE stmt;
|
||||||
|
|
||||||
set storage_engine=@orig_storage_engine;
|
set storage_engine=@orig_storage_engine;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Drop some tables not used anymore in MariaDB
|
||||||
|
---
|
||||||
|
|
||||||
|
drop table if exists mysql.ndb_binlog_index;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user