1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-21 21:22:27 +03:00
Files
mariadb/mysql-test/suite/sys_vars/t/tcp_nodelay.test
2018-08-12 00:13:19 +01:00

8 lines
199 B
Plaintext

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