1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-23680 Assertion `data' failed in crcr32_calc_pclmulqdq

Fix DBUG_ASSERT
This commit is contained in:
Vladislav Vaintroub
2020-09-07 12:08:26 +02:00
parent 2cc9e45693
commit 30ff616403
3 changed files with 12 additions and 1 deletions

View File

@ -3591,5 +3591,11 @@ t2 CREATE TABLE `t2` (
) ENGINE=MyISAM DEFAULT CHARSET=latin1
DROP TABLE t2, t1;
#
# MDEV-23680 Assertion `data' failed in crcr32_calc_pclmulqdq
#
SELECT CRC32(ExtractValue('<a><b/></a>', '/a/b')) AS f;
f
0
#
# End of 10.5 tests
#