Commit 497e7c3a authored by unknown's avatar unknown
Browse files

bug #21495 Alter table from x engine to ndb and back can cause issue with...

bug #21495  Alter table from x engine to ndb and back can cause issue with drop DB:added error printout to log


parent a3b37360
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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;