You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
199 B

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