1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

corrected typo

This commit is contained in:
tomas@whalegate.ndb.mysql.com
2007-06-19 11:38:07 +02:00
parent a67e755593
commit b36a87ae91

View File

@@ -2,9 +2,9 @@
# #
# wait for server to connect properly to cluster # wait for server to connect properly to cluster
# #
--error 0,ER_NO_SUCH_TABLE,ER_OPEN_AS_READONLY,ER_GET_ERRMSG,ER_KEY_NOT_FOUND
set @saved_log = @@sql_log_bin; set @saved_log = @@sql_log_bin;
set sql_log_bin = 0; set sql_log_bin = 0;
--error 0,ER_NO_SUCH_TABLE,ER_OPEN_AS_READONLY,ER_GET_ERRMSG,ER_KEY_NOT_FOUND
delete from mysql.ndb_apply_status where server_id=0; delete from mysql.ndb_apply_status where server_id=0;
let $mysql_errno= 1; let $mysql_errno= 1;
let $counter= 600; let $counter= 600;