1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge branch '10.9' into 10.10

This commit is contained in:
Oleksandr Byelkin
2023-08-05 16:14:46 +02:00
867 changed files with 12543 additions and 6345 deletions

View File

@@ -9,6 +9,7 @@
--source include/master-slave.inc
--source include/have_innodb.inc
--disable_ps2_protocol
connection master;
create database s_db;
use s_db;
@@ -868,6 +869,7 @@ select * from t1;
select * from s1;
connection master;
drop table t1,s1;
--enable_ps2_protocol
#
# Cleanup