diff options
author | Monty <monty@mariadb.org> | 2016-05-01 19:10:51 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2016-05-01 19:10:51 +0300 |
commit | c788a13c6439122b0637adc28397eb143444b92f (patch) | |
tree | e12c8a6858f5ba3e5663b486ed3504e3e8c87909 /scripts | |
parent | 5a7374d71b1c1bb88cd09c4c634483113f793a2c (diff) | |
download | mariadb-git-c788a13c6439122b0637adc28397eb143444b92f.tar.gz |
Drop old not used mysql.ndb_binlog_index if exists
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_system_tables.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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; |