mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 14:55:32 +02:00
Merge 10.3 into 10.4
This commit is contained in:
commit
fb0808c450
149 changed files with 2784 additions and 1991 deletions
|
|
@ -1922,6 +1922,8 @@ SHOW EVENTS;
|
|||
--echo # with --all-databases
|
||||
--echo #
|
||||
--exec $MYSQL_DUMP --default-character-set=utf8mb4 --ignore-database test --all-databases > $MYSQLTEST_VARDIR/tmp/mysqldump-MDEV-13336.sql
|
||||
# Starting with MariaDB 10.6, ensure that DDL recovery will have completed.
|
||||
SET GLOBAL innodb_max_purge_lag_wait=0;
|
||||
DROP DATABASE test;
|
||||
--exec $MYSQL < $MYSQLTEST_VARDIR/tmp/mysqldump-MDEV-13336.sql
|
||||
SHOW DATABASES LIKE 'test';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue