1
0
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:
unknown
2005-02-16 11:02:48 +01:00
parent 0c2a8b45c1
commit ec075331b0

View File

@ -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,