mirror of
https://github.com/MariaDB/server.git
synced 2025-02-04 21:02:17 +01:00
7 lines
199 B
Text
7 lines
199 B
Text
--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;
|