mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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 #
|
||||||
--echo # Atomic CREATE OR REPLACE part:
|
--echo # Atomic CREATE OR REPLACE part:
|
||||||
--echo #
|
--echo #
|
||||||
|
--disable_service_connection
|
||||||
create table t1 (pk int primary key) engine=innodb;
|
create table t1 (pk int primary key) engine=innodb;
|
||||||
create or replace table t2 (a int primary key references t1 (pk)) 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;
|
unlock tables;
|
||||||
|
|
||||||
drop tables t2, t1;
|
drop tables t2, t1;
|
||||||
|
--enable_service_connection
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # MDEV-28933 CREATE OR REPLACE fails to recreate same constraint name
|
--echo # MDEV-28933 CREATE OR REPLACE fails to recreate same constraint name
|
||||||
|
Reference in New Issue
Block a user