mariadb/storage/innobase/handler
Monty 782b103925 Add detection of partial matches for strnncoll
This is achived by changing the 'is_prefix' parameter to strncoll
from a my_bool to my_bool*. This parameter is null if not specified by
the caller. If the is_prefix parameter is set to point to a my_bool
variable, this variable will be set to 1 if the second argument is
a prefix of the first.

This is needed by TO_DATE to be able to detect partial uniqiue matches of
months etc.  find_type() did this for latin1 strings, but we did not
do this for utf8mb4 strings.
This patch fixes this incompatibility.
2026-02-10 00:03:02 +01:00
..
ha_innodb.cc Add detection of partial matches for strnncoll 2026-02-10 00:03:02 +01:00
ha_innodb.h Merge branch '11.8' into bb-12.1-release 2025-10-08 09:05:38 +02:00
handler0alter.cc Merge branch '12.2' into 12.3 2026-02-07 22:12:32 +01:00
i_s.cc Merge branch '11.8' into bb-12.1-release 2025-10-08 09:05:38 +02:00
i_s.h Merge 10.5 into 10.6 2021-08-23 11:21:33 +03:00
innodb_binlog.cc Fixed compilation failures in InnoDB with gcc 7.5.0 2026-01-24 17:18:39 +02:00