mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
bug #21495 Alter table from x engine to ndb and back can cause issue with drop DB:added error printout to log
This commit is contained in:
@@ -1843,9 +1843,11 @@ ndb_binlog_thread_handle_schema_event(THD *thd, Ndb *ndb,
|
||||
}
|
||||
else
|
||||
{
|
||||
/*
|
||||
Database contained local tables, leave it
|
||||
*/
|
||||
/* Database contained local tables, leave it */
|
||||
sql_print_error("NDB binlog: Skipping drop database '%s' since it contained local tables "
|
||||
"binlog schema event '%s' from node %d. ",
|
||||
schema->db, schema->query,
|
||||
schema->node_id);
|
||||
log_query= 1;
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user