Commit 17a8a0b0 authored by unknown's avatar unknown

compile error

parent 3df88024
...@@ -777,7 +777,7 @@ static int ndbcluster_create_ndb_apply_status_table(THD *thd) ...@@ -777,7 +777,7 @@ static int ndbcluster_create_ndb_apply_status_table(THD *thd)
" end_pos BIGINT UNSIGNED NOT NULL, " " end_pos BIGINT UNSIGNED NOT NULL, "
" PRIMARY KEY USING HASH (server_id) ) ENGINE=NDB"); " PRIMARY KEY USING HASH (server_id) ) ENGINE=NDB");
const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR, const int no_print_error[5]= {ER_TABLE_EXISTS_ERROR,
701, 701,
702, 702,
4009, 4009,
...@@ -838,7 +838,7 @@ static int ndbcluster_create_schema_table(THD *thd) ...@@ -838,7 +838,7 @@ static int ndbcluster_create_schema_table(THD *thd)
" type INT UNSIGNED NOT NULL," " type INT UNSIGNED NOT NULL,"
" PRIMARY KEY USING HASH (db,name) ) ENGINE=NDB"); " PRIMARY KEY USING HASH (db,name) ) ENGINE=NDB");
const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR, const int no_print_error[5]= {ER_TABLE_EXISTS_ERROR,
701, 701,
702, 702,
4009, 4009,
......
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