Commit b572814b authored by Marko Mäkelä's avatar Marko Mäkelä

After-merge fix of a result

I missed this in commit 9a7281a7
parent 3dac4e9f
set global max_allowed_packet=1024*1024*10;
connect con1,localhost,root;
ERROR HY000: The definition for table `t1` is too big
connection default;
disconnect con1;
set global max_allowed_packet=default;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment