ndb -

  add another possible ok error in testcase
parent 66801f44
......@@ -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