Drop old not used mysql.ndb_binlog_index if exists

This commit is contained in:
Monty 2016-05-01 19:10:51 +03:00
parent 5a7374d71b
commit c788a13c64

View File

@ -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;