mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +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;
|
||||
connect con1,localhost,root;
|
||||
ERROR HY000: The definition for table `t1` is too big
|
||||
connection default;
|
||||
disconnect con1;
|
||||
set global max_allowed_packet=default;
|
||||
|
|
Loading…
Reference in a new issue