mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix ndb_autodiscover
mysql-test/r/ndb_autodiscover.result: Added warning printout to result
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user