mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-32216 add tests for mariadb-dump --parallel
- --parallel=N with or without --single-transaction - Error cases (too many connections, emulate error on one connection) - Windows specific test for named pipe connections
This commit is contained in:
4
mysql-test/main/mariadb-dump-debug.result
Normal file
4
mysql-test/main/mariadb-dump-debug.result
Normal file
@ -0,0 +1,4 @@
|
||||
set @save_debug_dbug=@@global.debug_dbug;
|
||||
set global debug_dbug='+d,select_export_kill';
|
||||
mariadb-dump: Couldn't execute async query 'SELECT /*!40001 SQL_NO_CACHE */ `Host`, `User`, `Priv` INTO OUTFILE 'MYSQLTEST_VARDIR/tmp/global_priv.txt' /*!50138 CHARACTER SET binary */ FROM `mysql`.`global_priv`' (Query execution was interrupted)
|
||||
set global debug_dbug=@save_debug_dbug;
|
Reference in New Issue
Block a user