mariadb/storage
Alexander Barkov 929c2e06aa MDEV-31531 Remove my_casedn_str() and my_caseup_str()
Under terms of MDEV 27490 we'll add support for non-BMP identifiers
and upgrade casefolding information to Unicode version 14.0.0.
In Unicode-14.0.0 conversion to lower and upper cases can increase octet length
of the string, so conversion won't be possible in-place any more.

This patch removes virtual functions performing in-place casefolding:
  - my_charset_handler_st::casedn_str()
  - my_charset_handler_st::caseup_str()
and fixes the code to use the non-inplace functions instead:
  - my_charset_handler_st::casedn()
  - my_charset_handler_st::caseup()
2024-02-28 22:20:29 +04:00
..
archive Merge branch '10.11' into 11.0 2024-01-30 08:54:10 +01:00
blackhole
columnstore Merge branch '10.11' into 11.0 2024-02-01 18:57:08 +01:00
connect MDEV-31531 Remove my_casedn_str() and my_caseup_str() 2024-02-28 22:20:29 +04:00
csv
example Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
federated MDEV-31857 enable --ssl-verify-server-cert by default in the internal client 2024-02-04 22:19:19 +01:00
federatedx MDEV-31531 Remove my_casedn_str() and my_caseup_str() 2024-02-28 22:20:29 +04:00
heap
innobase MDEV-31531 Remove my_casedn_str() and my_caseup_str() 2024-02-28 22:20:29 +04:00
maria MDEV-31531 Remove my_casedn_str() and my_caseup_str() 2024-02-28 22:20:29 +04:00
mroonga Merge branch '11.2' into 11.3 2023-11-14 18:33:03 +01:00
myisam MDEV-31531 Remove my_casedn_str() and my_caseup_str() 2024-02-28 22:20:29 +04:00
myisammrg MDEV-31531 Remove my_casedn_str() and my_caseup_str() 2024-02-28 22:20:29 +04:00
oqgraph remove deprecated since 10.4 2024-02-17 17:10:25 +01:00
perfschema MDEV-31531 Remove my_casedn_str() and my_caseup_str() 2024-02-28 22:20:29 +04:00
rocksdb test.cnf files should !include default_my.cnf 2024-02-03 11:22:20 +01:00
sequence
sphinx Merge 10.11 into 11.0 2024-01-19 09:07:48 +02:00
spider Merge branch '11.3' into 11.4 2024-02-15 13:53:21 +01:00
test_sql_discovery