Commit 3df88024 authored by unknown's avatar unknown

this error should not be printed

parent f47cd7a0
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment