1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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;
set storage_engine=@orig_storage_engine;
--
-- Drop some tables not used anymore in MariaDB
---
drop table if exists mysql.ndb_binlog_index;