Commit 84d494a7 authored by unknown's avatar unknown
Browse files

ndb -

  add another possible ok error in testcase


mysql-test/t/ndb_binlog_discover.test:
  add another possible ok error in testcase
parent a41d0b8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
  {