Skip to content

Commit 94c508d

Browse files
committed
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)
1 parent 1f2ccc6 commit 94c508d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mysql-test/main/mysqltest_tracking_info.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,10 @@ SET SESSION session_track_system_variables=NULL;
8484
#--disable_session_track_info
8585
#set @@session.session_track_user_variables=0;
8686

87+
#--echo #
88+
#--echo # MDEV-22709 Assertion `store.length() <= (256L*256L*256L-1)' failed in net_send_ok
89+
#--echo #
90+
#SET SESSION session_track_user_variables=1;
91+
#SET @inserted_value=REPEAT(1,16777180); # Only crashes when >=16777180 (max = 16777216)
92+
8793
--echo # End of 10.5 tests

0 commit comments

Comments
 (0)