mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
a5802ed51e
- --parallel=N with or without --single-transaction - Error cases (too many connections, emulate error on one connection) - Windows specific test for named pipe connections
4 lines
375 B
Text
4 lines
375 B
Text
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;
|