You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# MDEV-37947 Item_func_hex doesn't check for max_allowed_packet
5418
5418
#
5419
+
select hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex('\\'))))))))))))))))))))))))))))))))))))))))))))) as x;
5420
+
x
5421
+
NULL
5422
+
Warnings:
5423
+
Warning 1301 Result of hex() was larger than max_allowed_packet (16777216) - truncated
Copy file name to clipboardExpand all lines: mysql-test/main/func_str.test
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2448,8 +2448,11 @@ SHOW CREATE TABLE t1;
2448
2448
DROP TABLE t1;
2449
2449
2450
2450
--echo #
2451
-
--echo # End of 10.6 tests
2451
+
--echo # MDEV-37947 Item_func_hex doesn't check for max_allowed_packet
2452
2452
--echo #
2453
+
select hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex(hex('\\'))))))))))))))))))))))))))))))))))))))))))))) as x;
0 commit comments