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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user