mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
parent
3dac4e9f0e
commit
b572814baa
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
set global max_allowed_packet=1024*1024*10;
|
set global max_allowed_packet=1024*1024*10;
|
||||||
|
connect con1,localhost,root;
|
||||||
ERROR HY000: The definition for table `t1` is too big
|
ERROR HY000: The definition for table `t1` is too big
|
||||||
|
connection default;
|
||||||
|
disconnect con1;
|
||||||
set global max_allowed_packet=default;
|
set global max_allowed_packet=default;
|
||||||
|
|
Loading…
Add table
Reference in a new issue