Skip to content

Commit ec992c9

Browse files
author
Sreeharsha Ramanavarapu
committed
Bug #22312771: VALGRIND(UNINITIALISED BYTE) ERRORS AT
WRITE_KEYS IN FILESORT.CC Signature for the function find_all_keys has changed. Replacing it with a wild-card in valgrind.supp. This is similar to Bug#22214867 (fixed on mysql-5.5).
1 parent ab32113 commit ec992c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/valgrind.supp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@
807807
fun:my_b_flush_io_cache
808808
fun:_my_b_write
809809
fun:_Z*10write_keysP10Sort_paramP13Filesort_infojP11st_io_cacheS4_
810-
fun:_Z*13find_all_keysP10Sort_paramP10SQL_SELECTP13Filesort_infoP11st_io_cacheS6_P13Bounded_queueIhhEPy
810+
...
811811
fun:_Z8filesortP3THDP5TABLEP8FilesortbPyS5_
812812
}
813813

0 commit comments

Comments
 (0)