1
0
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:
mskold/marty@mysql.com/linux.site
2006-11-15 11:38:22 +01:00
parent 1206f28782
commit a0dbb6ffb3

View File

@@ -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;