Commit 94c508dd authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-22709 Assertion `store.length() <= (256L*256L*256L-1)' failed in net_send_ok

add a test case (commented, as user var tracker is disabled)
parent 1f2ccc6d
......@@ -84,4 +84,10 @@ SET SESSION session_track_system_variables=NULL;
#--disable_session_track_info
#set @@session.session_track_user_variables=0;
#--echo #
#--echo # MDEV-22709 Assertion `store.length() <= (256L*256L*256L-1)' failed in net_send_ok
#--echo #
#SET SESSION session_track_user_variables=1;
#SET @inserted_value=REPEAT(1,16777180); # Only crashes when >=16777180 (max = 16777216)
--echo # End of 10.5 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment