summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/tcp_nodelay.result
blob: ebb027e8cf621b729c3dff23e3bdd8954ab154e7 (plain)
1
2
3
4
5
SET tcp_nodelay=0;
SET tcp_nodelay=1;
SET tcp_nodelay=default;
SET GLOBAL tcp_nodelay=0;
ERROR HY000: Variable 'tcp_nodelay' is a SESSION variable