1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00
Files
mariadb/mysql-test/suite/sys_vars/r/tcp_nodelay.result
2018-08-12 00:13:19 +01:00

6 lines
147 B
Plaintext

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