Skip to content
Permalink
Browse files
After-merge fix of a result
I missed this in commit 9a7281a
  • Loading branch information
dr-m committed Jan 23, 2019
1 parent 3dac4e9 commit b572814
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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;

0 comments on commit b572814

Please sign in to comment.