mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-27670 Assertion `(cs->state & 0x20000) == 0' failed in my_strnncollsp_nchars_generic_8bit
Also fixes: MDEV-27768 MDEV-25440: Assertion `(cs->state & 0x20000) == 0' failed in my_strnncollsp_nchars_generic_8bit The "strnncollsp_nchars" virtual function pointer for tis620_thai_nopad_ci was incorrectly initialized to a generic function my_strnncollsp_nchars_generic_8bit(), which crashed on assert. Implementing a tis620 specific function version.
This commit is contained in:
@ -1214,6 +1214,7 @@ test_strnncollsp_char()
|
||||
|
||||
#ifdef HAVE_CHARSET_tis620
|
||||
failed+= strnncollsp_char_mbminlen1("tis620_thai_ci", NULL);
|
||||
failed+= strnncollsp_char_mbminlen1("tis620_thai_nopad_ci", NULL);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHARSET_big5
|
||||
|
Reference in New Issue
Block a user