Commit c788a13c authored by Monty's avatar Monty

Drop old not used mysql.ndb_binlog_index if exists

parent 5a7374d7
......@@ -237,3 +237,9 @@ EXECUTE stmt;
DROP PREPARE stmt;
set storage_engine=@orig_storage_engine;
--
-- Drop some tables not used anymore in MariaDB
---
drop table if exists mysql.ndb_binlog_index;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment