mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -6658,3 +6658,12 @@ drop table t1;
|
||||
# End of 10.4 tests
|
||||
#
|
||||
mariadb-dump: --xml can't be used with --tab.
|
||||
select @@max_connections into @save_max_connections;
|
||||
set global max_connections=10;
|
||||
mariadb-dump: Got error: 1040: "Too many connections" when trying to connect
|
||||
set global max_connections=300;
|
||||
mariadb-dump: Too many connections
|
||||
set global max_connections=@save_max_connections;
|
||||
#
|
||||
# End of 11.4 tests
|
||||
#
|
||||
|
Reference in New Issue
Block a user