Commit 84d494a7 authored by unknown's avatar unknown

ndb -

  add another possible ok error in testcase


mysql-test/t/ndb_binlog_discover.test:
  add another possible ok error in testcase
parent a41d0b8a
...@@ -20,7 +20,7 @@ let $mysql_errno= 1; ...@@ -20,7 +20,7 @@ let $mysql_errno= 1;
while ($mysql_errno) while ($mysql_errno)
{ {
# Table t1 is readonly until the mysqld has reconnected properly # Table t1 is readonly until the mysqld has reconnected properly
--error 0,1036 --error 0,1036,1296
insert into t1 values(1); insert into t1 values(1);
if ($mysql_errno) if ($mysql_errno)
{ {
......
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