mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.11
This commit is contained in:
@ -648,6 +648,7 @@ drop tables t2, t1;
|
||||
--echo #
|
||||
--echo # Atomic CREATE OR REPLACE part:
|
||||
--echo #
|
||||
--disable_service_connection
|
||||
create table t1 (pk int primary key) engine=innodb;
|
||||
create or replace table t2 (a int primary key references t1 (pk)) engine=innodb;
|
||||
|
||||
@ -659,6 +660,7 @@ select * from t2;
|
||||
unlock tables;
|
||||
|
||||
drop tables t2, t1;
|
||||
--enable_service_connection
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-28933 CREATE OR REPLACE fails to recreate same constraint name
|
||||
|
Reference in New Issue
Block a user