From c788a13c6439122b0637adc28397eb143444b92f Mon Sep 17 00:00:00 2001 From: Monty Date: Sun, 1 May 2016 19:10:51 +0300 Subject: [PATCH] Drop old not used mysql.ndb_binlog_index if exists --- scripts/mysql_system_tables.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/mysql_system_tables.sql b/scripts/mysql_system_tables.sql index b878a2e636e..d9d01707b30 100644 --- a/scripts/mysql_system_tables.sql +++ b/scripts/mysql_system_tables.sql @@ -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;