1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MDEV-5260 discovery with sql is too restrictive

allow ENGINE=FOOBAR in the discovering create table statement,
as long as the discovering engine is FOOBAR too
This commit is contained in:
Sergei Golubchik
2013-11-10 17:51:01 +01:00
parent 09b63917be
commit 5e2b5510a4
3 changed files with 23 additions and 13 deletions

View File

@@ -91,6 +91,10 @@ select * from t1;
select * from t2;
drop table t1;
set @@test_sql_discovery_statement='t1:create table t1 (a int) engine=test_sql_discovery';
select * from t1;
drop table t1;
# and something more complex
set @@test_sql_discovery_statement='t1:
create table t1 (