mariadb/storage/maria
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
..
libmarias3@a81724ab07 MDEV-32884 Make s3_debug dynamic 2023-11-30 18:40:58 +02:00
unittest Merge 10.6 into 10.11 2024-01-17 17:37:15 +02:00
aria_chk.c Merge branch '10.11' into 11.0 2023-08-09 07:53:48 +02:00
aria_dump_log.c unify client/tool version string 2023-01-19 12:39:28 +01:00
aria_ftdump.c MDEV-31531 Remove my_casedn_str() and my_caseup_str() 2024-02-28 22:20:29 +04:00
aria_pack.c unify client/tool version string 2023-01-19 12:39:28 +01:00
aria_read_log.c Fixed bug in Aria with aria_log files that are exactly 8K 2023-02-03 10:43:11 +03:00
aria_s3_copy.1 more changes to man page handling 2023-02-12 12:15:22 +01:00
aria_s3_copy.cc Merge branch '10.11' into 11.0 2023-12-19 15:53:18 +01:00
CMakeLists.txt more changes to man page handling 2023-02-12 12:15:22 +01:00
file_formats.txt
ft_maria.c
ha_maria.cc Merge branch '11.1' into 11.2 2023-08-18 00:59:16 +02:00
ha_maria.h MDEV-31781 ALTER TABLE ENGINE=s3 fails 2023-08-15 14:00:28 +02:00
ha_s3.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
ha_s3.h
lockman.c
lockman.h
ma_backup.c
ma_bitmap.c Fixes to make dbug traces from Windows easier to compare with Unix traces 2023-03-02 13:11:54 +02:00
ma_blockrec.c Merge commit '10.4' into 10.5 2023-07-20 11:54:52 +02:00
ma_blockrec.h
ma_cache.c
ma_changed.c
ma_check.c Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
ma_check.h
ma_check_standalone.h
ma_checkpoint.c
ma_checkpoint.h
ma_checksum.c
ma_close.c
ma_commit.c
ma_commit.h
ma_control_file.c Small improvements to aria recovery 2023-02-03 10:43:02 +03:00
ma_control_file.h Small improvements to aria recovery 2023-02-03 10:43:02 +03:00
ma_create.c Merge branch '10.5' into 10.6 2023-08-04 07:52:54 +02:00
ma_crypt.c Merge branch '10.11' into 11.0 2023-08-09 07:53:48 +02:00
ma_crypt.h MDEV-26258 Various crashes/asserts/corruptions when Aria encryption is enabled/used, but the encryption plugin is not loaded 2023-05-02 23:37:10 +03:00
ma_dbug.c
ma_delete.c
ma_delete_all.c Fixed bug in Aria when used with enterprise mariadb-backup 2022-12-08 12:11:33 +02:00
ma_delete_table.c Merge commit '10.4' into 10.5 2023-07-20 11:54:52 +02:00
ma_dynrec.c
ma_extra.c Added rowid_filter support to Aria 2023-02-03 10:42:28 +03:00
ma_ft_boolean_search.c Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
ma_ft_eval.c
ma_ft_eval.h
ma_ft_nlq_search.c Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
ma_ft_parser.c Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
ma_ft_stem.c
ma_ft_test1.c
ma_ft_test1.h
ma_ft_update.c Merge branch '10.6' into 10.10 2023-11-08 16:23:30 +01:00
ma_ftdefs.h
ma_fulltext.h
ma_info.c Added rowid_filter support to Aria 2023-02-03 10:42:28 +03:00
ma_init.c
ma_key.c Added rowid_filter support to Aria 2023-02-03 10:42:28 +03:00
ma_key_recover.c
ma_key_recover.h
ma_keycache.c
ma_locking.c MDEV-29693 ANALYZE TABLE still flushes table definition cache when engine-independent statistics is used 2023-08-18 13:28:39 +03:00
ma_loghandler.c Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
ma_loghandler.h Small improvements to aria recovery 2023-02-03 10:43:02 +03:00
ma_loghandler_lsn.h
ma_norec.c
ma_open.c Merge branch '10.6' into 10.9 2023-08-04 08:01:06 +02:00
ma_packrec.c
ma_page.c
ma_pagecache.c Fixed bug in Aria with aria_log files that are exactly 8K 2023-02-03 10:43:11 +03:00
ma_pagecache.h
ma_pagecaches.c
ma_pagecrc.c
ma_panic.c
ma_preload.c
ma_range.c
ma_recovery.c Small improvements to aria recovery 2023-02-03 10:43:02 +03:00
ma_recovery.h
ma_recovery_util.c Small improvements to aria recovery 2023-02-03 10:43:02 +03:00
ma_recovery_util.h
ma_rename.c
ma_rfirst.c
ma_rkey.c Added rowid_filter support to Aria 2023-02-03 10:42:28 +03:00
ma_rlast.c
ma_rnext.c
ma_rnext_same.c
ma_rprev.c
ma_rrnd.c
ma_rsame.c
ma_rsamepos.c
ma_rt_index.c
ma_rt_index.h
ma_rt_key.c
ma_rt_key.h
ma_rt_mbr.c
ma_rt_mbr.h
ma_rt_split.c
ma_rt_test.c
ma_scan.c Fixes to make dbug traces from Windows easier to compare with Unix traces 2023-03-02 13:11:54 +02:00
ma_search.c
ma_servicethread.c
ma_servicethread.h
ma_sort.c Merge branch '10.6' into 10.9 2023-08-04 08:01:06 +02:00
ma_sp_defs.h
ma_sp_key.c
ma_sp_test.c
ma_state.c
ma_state.h
ma_static.c
ma_statrec.c
ma_test1.c
ma_test2.c
ma_test3.c Merge 10.4 into 10.5 2022-07-27 17:17:24 +03:00
ma_test_all.res
ma_test_all.sh
ma_test_big.sh
ma_test_force_start.pl
ma_test_recovery
ma_trnman.h
ma_unique.c Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
ma_update.c
ma_write.c Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
maria_def.h Merge branch '10.11' into 11.0 2023-08-09 07:53:48 +02:00
s3.cnf
s3_func.c MDEV-32884 backward compatibility fixes 2023-12-12 15:21:28 +01:00
s3_func.h
tablockman.c
tablockman.h
test_aria_s3_copy.sh
test_ma_backup.c
test_pack
trnman.c
trnman.h
trnman_public.h