mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-16277 : Adjust MTR test results.
This commit is contained in:
7
mysql-test/suite/sys_vars/t/tcp_nodelay.test
Normal file
7
mysql-test/suite/sys_vars/t/tcp_nodelay.test
Normal file
@ -0,0 +1,7 @@
|
||||
--source include/not_embedded.inc
|
||||
# A smoke test for tcp_nodelay option
|
||||
SET tcp_nodelay=0;
|
||||
SET tcp_nodelay=1;
|
||||
SET tcp_nodelay=default;
|
||||
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
||||
SET GLOBAL tcp_nodelay=0;
|
Reference in New Issue
Block a user