Commit 96dfac7c authored by tomas@whalegate.ndb.mysql.com's avatar tomas@whalegate.ndb.mysql.com
Browse files

this error should not be printed

parent ed140827
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
@@ -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);