After-merge fix of a result

I missed this in commit 9a7281a703
This commit is contained in:
Marko Mäkelä 2019-01-23 20:56:52 +02:00
parent 3dac4e9f0e
commit b572814baa

View file

@ -1,3 +1,6 @@
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;