Skip to content

Commit

Permalink
Drop old not used mysql.ndb_binlog_index if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed May 1, 2016
1 parent 5a7374d commit c788a13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/mysql_system_tables.sql
Expand Up @@ -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;

0 comments on commit c788a13

Please sign in to comment.