Skip to content

Commit eee73dd

Browse files
MDEV-12255 innodb_prefix_index_cluster_optimization hits debug build
assert on UTF-8 columns Problem: ======= (1) Multi-byte character cases are not considered during prefix index cluster optimization check. It leads to fetch of improper results during read operation. (2) Strict assert in row_sel_field_store_in_mysql_format_func and it asserts for prefix index record to mysql conversion. Solution: ======== (1) Consider the case of multi-byte character during prefix index cluster optimization check. (2) Relax the assert in row_sel_field_store_in_mysql_format_func to allow prefix index record to mysql format conversion. The patch is taken from laurynas-biveinis/percona-server@1eee538
1 parent bc2e7d7 commit eee73dd

File tree

4 files changed

+1155
-233
lines changed

4 files changed

+1155
-233
lines changed

0 commit comments

Comments
 (0)