Commit b970c31c authored by unknown's avatar unknown

Fix ndb_autodiscover


mysql-test/r/ndb_autodiscover.result:
  Added warning printout to result
parent 3c90260d
......@@ -167,6 +167,8 @@ show status like 'handler_discover%';
Variable_name Value
Handler_discover 0
drop table t4;
Warnings:
Error 1296 Got error 709 'No such table existed' from NDB
flush status;
create table t4(
id int not null primary key,
......
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