We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2ccc6 commit 94c508dCopy full SHA for 94c508d
mysql-test/main/mysqltest_tracking_info.test
@@ -84,4 +84,10 @@ SET SESSION session_track_system_variables=NULL;
84
#--disable_session_track_info
85
#set @@session.session_track_user_variables=0;
86
87
+#--echo #
88
+#--echo # MDEV-22709 Assertion `store.length() <= (256L*256L*256L-1)' failed in net_send_ok
89
90
+#SET SESSION session_track_user_variables=1;
91
+#SET @inserted_value=REPEAT(1,16777180); # Only crashes when >=16777180 (max = 16777216)
92
+
93
--echo # End of 10.5 tests
0 commit comments