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:
@ -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;
|
||||
|
Reference in New Issue
Block a user