Loading sql/ha_ndbcluster_binlog.cc +2 −0 Original line number Diff line number Diff line Loading @@ -779,6 +779,7 @@ static int ndbcluster_create_ndb_apply_status_table(THD *thd) const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR, 701, 702, 4009, 0}; // do not print error 701 etc run_query(thd, buf, end, no_print_error, TRUE); Loading Loading @@ -839,6 +840,7 @@ static int ndbcluster_create_schema_table(THD *thd) const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR, 701, 702, 4009, 0}; // do not print error 701 etc run_query(thd, buf, end, no_print_error, TRUE); Loading Loading
sql/ha_ndbcluster_binlog.cc +2 −0 Original line number Diff line number Diff line Loading @@ -779,6 +779,7 @@ static int ndbcluster_create_ndb_apply_status_table(THD *thd) const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR, 701, 702, 4009, 0}; // do not print error 701 etc run_query(thd, buf, end, no_print_error, TRUE); Loading Loading @@ -839,6 +840,7 @@ static int ndbcluster_create_schema_table(THD *thd) const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR, 701, 702, 4009, 0}; // do not print error 701 etc run_query(thd, buf, end, no_print_error, TRUE); Loading