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

@@ -6,6 +6,7 @@
--source include/master-slave.inc
--source include/have_innodb.inc
--disable_ps2_protocol
connection master;
create database s_db;
grant all on s_db.* to normal_1@'%' identified by 'pass';
@@ -704,5 +705,6 @@ drop user normal_2@'%';
drop user normal_3@'%';
drop user normal_4@'%';
drop user normal_5@'%';
--enable_ps2_protocol
--source include/rpl_end.inc