summaryrefslogtreecommitdiff
path: root/mysql-test/include/ndb_not_readonly.inc
diff options
context:
space:
mode:
authorunknown <tomas@whalegate.ndb.mysql.com>2007-06-19 11:38:07 +0200
committerunknown <tomas@whalegate.ndb.mysql.com>2007-06-19 11:38:07 +0200
commite41a27b9e007c03da5f96746a655468c1ef8ccb4 (patch)
tree569556dc1ff25321e22de99950fd8668dc541416 /mysql-test/include/ndb_not_readonly.inc
parent68db008c0e3655b95c0da482be1145894329409b (diff)
downloadmariadb-git-e41a27b9e007c03da5f96746a655468c1ef8ccb4.tar.gz
corrected typo
Diffstat (limited to 'mysql-test/include/ndb_not_readonly.inc')
-rw-r--r--mysql-test/include/ndb_not_readonly.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/ndb_not_readonly.inc b/mysql-test/include/ndb_not_readonly.inc
index 37453e40233..a87ba66f1ef 100644
--- a/mysql-test/include/ndb_not_readonly.inc
+++ b/mysql-test/include/ndb_not_readonly.inc
@@ -2,9 +2,9 @@
#
# 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 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;
let $mysql_errno= 1;
let $counter= 600;