mariadb/storage/maria
2023-04-11 16:15:19 +03:00
..
libmarias3@3846890513 MDEV-25716 Building failure in S3 engine on MacOS 2021-07-28 22:48:06 +02:00
unittest Merge 10.5 into 10.6 2022-09-26 14:34:43 +03:00
aria_chk.c Merge 10.5 into 10.6 2021-09-16 20:17:12 +03:00
aria_dump_log.c Updated aria_dump_log 2022-06-07 20:43:11 +03:00
aria_ftdump.c Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
aria_pack.c Make maria_data_root const char* 2021-02-08 12:16:29 +02:00
aria_read_log.c MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
aria_s3_copy.cc Added options s3_port and s3_use_http to aria_s3_copy 2021-09-01 13:34:46 +03:00
CMakeLists.txt Fix Aria S3 building in FreeBSD (#2242) 2022-10-24 14:40:29 +01:00
file_formats.txt
ft_maria.c
ha_maria.cc Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
ha_maria.h Merge 10.4 into 10.5 2023-02-10 12:02:11 +02:00
ha_s3.cc Merge 10.5 into 10.6 2023-02-16 08:17:54 +02:00
ha_s3.h Merge 10.5 into 10.6 2021-09-06 10:31:32 +03:00
lockman.c
lockman.h
ma_backup.c Fix various spelling errors still found in code 2021-03-22 18:10:39 +11:00
ma_bitmap.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_blockrec.c Merge 10.5 into 10.6 2023-02-28 16:05:21 +02:00
ma_blockrec.h
ma_cache.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_changed.c
ma_check.c Merge 10.5 into 10.6 2022-09-26 14:34:43 +03:00
ma_check.h Fix clang -Wtypedef-redefinition 2022-03-11 13:29:41 +02:00
ma_check_standalone.h MDEV-17913 Encrypted transactional Aria tables remain corrupt after crash recovery, automatic repairment does not work 2021-04-06 14:57:22 +03:00
ma_checkpoint.c Improve error messages from Aria 2021-09-15 19:27:34 +03:00
ma_checkpoint.h
ma_checksum.c
ma_close.c MDEV-25507 CHECK on encrypted Aria table complains about "Wrong LSN" 2021-04-30 15:45:07 +03:00
ma_commit.c
ma_commit.h
ma_control_file.c Fixed a memory leak in aria_read_log 2022-11-24 02:28:36 +02:00
ma_control_file.h Fix "unresolved external symbol" link errors with MSVC 2020-06-19 19:43:07 +02:00
ma_create.c Merge 10.5 into 10.6 2022-06-02 17:39:13 +03:00
ma_crypt.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_crypt.h
ma_dbug.c
ma_delete.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
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 Make rename atomic/repeatable in MyISAM and Aria 2021-05-19 22:54:12 +02:00
ma_dynrec.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_extra.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_ft_boolean_search.c Merge branch '10.4' into 10.5 2022-02-01 20:33:04 +01:00
ma_ft_eval.c
ma_ft_eval.h
ma_ft_nlq_search.c
ma_ft_parser.c MDEV-24031: remove maria_ft_boolean_check_syntax_string 2020-12-23 13:11:43 +02:00
ma_ft_stem.c
ma_ft_test1.c
ma_ft_test1.h
ma_ft_update.c
ma_ftdefs.h
ma_fulltext.h
ma_info.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_init.c
ma_key.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_key_recover.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_key_recover.h
ma_keycache.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_locking.c Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
ma_loghandler.c Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
ma_loghandler.h
ma_loghandler_lsn.h MDEV-17913 Encrypted transactional Aria tables remain corrupt after crash recovery, automatic repairment does not work 2021-04-06 14:57:22 +03:00
ma_norec.c
ma_open.c Merge 10.5 into 10.6 2023-02-28 16:05:21 +02:00
ma_packrec.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_page.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_pagecache.c Merge 10.5 into 10.6 2022-09-26 14:34:43 +03:00
ma_pagecache.h S3 is pluggable now 2020-06-19 19:43:07 +02:00
ma_pagecaches.c
ma_pagecrc.c
ma_panic.c
ma_preload.c
ma_range.c
ma_recovery.c Fixed bug in Aria when used with enterprise mariadb-backup 2022-12-08 12:11:33 +02:00
ma_recovery.h
ma_recovery_util.c Fixed printing of wring filname "maria_open" in maria.maria-recovery2.test 2021-03-01 22:09:05 +02:00
ma_recovery_util.h
ma_rename.c MDEV-23842 Atomic RENAME TABLE 2021-05-19 22:54:12 +02:00
ma_rfirst.c
ma_rkey.c Improve error reporting in Aria 2022-06-07 20:43:11 +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 Merge 10.4 into 10.5 2021-08-25 07:53:23 +03:00
ma_scan.c
ma_search.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_servicethread.c
ma_servicethread.h
ma_sort.c MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
ma_sp_defs.h
ma_sp_key.c
ma_sp_test.c cleanup: Aria headers 2020-06-19 19:43:07 +02:00
ma_state.c
ma_state.h cleanup: Aria headers 2020-06-19 19:43:07 +02:00
ma_static.c MDEV-24576 Atomic CREATE TABLE 2021-05-19 22:54:13 +02:00
ma_statrec.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_test1.c Make maria_data_root const char* 2021-02-08 12:16:29 +02:00
ma_test2.c Make maria_data_root const char* 2021-02-08 12:16:29 +02:00
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 Do not display not moved tables as moved in aria_chk 2021-05-19 22:54:12 +02:00
ma_unique.c
ma_update.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
ma_write.c Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
maria_def.h Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
s3.cnf MDEV-22980: Allow plugin-maturity=alpha so S3 plugin loads 2020-08-01 10:31:41 +10:00
s3_func.c Fix S3 engine Coverity hits 2023-02-14 16:27:21 +00:00
s3_func.h MDEV-28050: clang -Wtypedef-redefinition when PLUGIN_S3=NO 2022-03-14 10:42:50 +02:00
tablockman.c
tablockman.h
test_aria_s3_copy.sh
test_ma_backup.c Merge 10.4 into 10.5 2021-08-26 08:46:57 +03:00
test_pack
trnman.c Do not display not moved tables as moved in aria_chk 2021-05-19 22:54:12 +02:00
trnman.h
trnman_public.h Aria: Add transaction id to log of create table 2021-03-20 21:17:32 +02:00