Commit c12b99fd 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 6e6555df
......@@ -20,7 +20,7 @@ let $mysql_errno= 1;
while ($mysql_errno)
{
# Table t1 is readonly until the mysqld has reconnected properly
--error 0,1036
--error 0,1036,1296
insert into t1 values(1);
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