1
0
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:
Vladislav Vaintroub
2018-08-12 00:13:19 +01:00
parent fdf4a5b7bc
commit 077e590bbc
5 changed files with 44 additions and 0 deletions

View 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;