mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
6 lines
203 B
Text
6 lines
203 B
Text
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;
|