Skip to content
Permalink
Browse files
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)
  • Loading branch information
vuvova committed Jul 5, 2021
1 parent 1f2ccc6 commit 94c508d
Showing 1 changed file with 6 additions and 0 deletions.
@@ -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

0 comments on commit 94c508d

Please sign in to comment.