summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/sys_vars/t/tcp_nodelay.test
blob: 780bad6803909b0c78424860fb493384e845b2b5 (plain)
1
2
3
4
5
6
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;