mariadb/storage/maria
Sergei Golubchik 432b78c903 just like tempfiles: use key id 2 for temp Aria tables
introduce ENCRYPTION_KEY_SYSTEM_DATA and
ENCRYPTION_KEY_TEMPORARY_DATA constants; use them everywhere.
2015-06-02 18:53:37 +02:00
..
unittest Push for testing of encryption 2015-02-10 10:21:17 +01:00
CMakeLists.txt encryption cleanup: small changes 2015-04-05 13:14:37 +02:00
file_formats.txt
ft_maria.c
ha_maria.cc remove Aria-only handler flag 2015-04-08 10:58:48 +02:00
ha_maria.h MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
lockman.c MDEV-7437 remove suport for "atomics" with rwlocks 2015-01-13 10:15:21 +01:00
lockman.h
ma_bitmap.c MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
ma_blockrec.c Push for testing of encryption 2015-02-10 10:21:17 +01:00
ma_blockrec.h Push for testing of encryption 2015-02-10 10:21:17 +01:00
ma_cache.c MDEV-8126 encryption for temp files 2015-06-02 18:53:37 +02:00
ma_changed.c
ma_check.c misc IO_CACHE cleanups 2015-06-02 18:53:37 +02:00
ma_check_standalone.h Identical key derivation code in XtraDB/InnoDB/Aria 2015-05-15 18:12:01 +02:00
ma_checkpoint.c MDEV-8241: Debug build on Windows is broken: error LNK2019: unresolved external symbol pthread_detach referenced in function ma_checkpoint_init 2015-05-29 23:07:49 +02:00
ma_checkpoint.h
ma_checksum.c make 5.1 compiling with modern gcc. 2013-12-20 12:35:47 +02:00
ma_close.c Push for testing of encryption 2015-02-10 10:21:17 +01:00
ma_commit.c
ma_commit.h
ma_control_file.c
ma_control_file.h
ma_create.c remove Aria-only handler flag 2015-04-08 10:58:48 +02:00
ma_crypt.c just like tempfiles: use key id 2 for temp Aria tables 2015-06-02 18:53:37 +02:00
ma_crypt.h encryption cleanup: small changes 2015-04-05 13:14:37 +02:00
ma_dbug.c
ma_delete.c Push for testing of encryption 2015-02-10 10:21:17 +01:00
ma_delete_all.c
ma_delete_table.c MDEV-5815 MySQL BUG#11751736: DROP DATABASE STATEMENT SHOULD REMOVE .OLD SUFFIX FROM DATABASE DIRECTORY 2014-03-26 09:32:54 +01:00
ma_dynrec.c MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
ma_extra.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
ma_ft_boolean_search.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
ma_ft_eval.c
ma_ft_eval.h
ma_ft_nlq_search.c MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
ma_ft_parser.c
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
ma_init.c
ma_key.c make 5.1 compiling with modern gcc. 2013-12-20 12:35:47 +02:00
ma_key_recover.c Push for testing of encryption 2015-02-10 10:21:17 +01:00
ma_key_recover.h
ma_keycache.c
ma_locking.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
ma_loghandler.c Push for testing of encryption 2015-02-10 10:21:17 +01:00
ma_loghandler.h
ma_loghandler_lsn.h
ma_norec.c
ma_open.c Don't crash the server if en-/decryption fails in Aria 2015-04-08 10:58:48 +02:00
ma_packrec.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
ma_page.c
ma_pagecache.c MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
ma_pagecache.h Push for testing of encryption 2015-02-10 10:21:17 +01:00
ma_pagecaches.c
ma_pagecrc.c Push for testing of encryption 2015-02-10 10:21:17 +01:00
ma_panic.c
ma_preload.c
ma_range.c MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
ma_recovery.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
ma_recovery.h
ma_recovery_util.c
ma_recovery_util.h
ma_rename.c
ma_rfirst.c
ma_rkey.c
ma_rlast.c
ma_rnext.c MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wrong executable bits 2014-05-13 11:53:30 +02:00
ma_rnext_same.c
ma_rprev.c
ma_rrnd.c
ma_rsame.c
ma_rsamepos.c
ma_rt_index.c MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
ma_rt_index.h
ma_rt_key.c
ma_rt_key.h
ma_rt_mbr.c
ma_rt_mbr.h
ma_rt_split.c compiler warnings 2013-04-14 16:48:16 +02:00
ma_rt_test.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
ma_scan.c MDEV-4280: Assertion `empty_size == empty_size_on_page' failure in ma_blockrec.c or ER_NOT_KEYFILE on query with DISTINCT and GROUP BY 2013-05-11 15:55:11 +03:00
ma_search.c MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
ma_servicethread.c
ma_servicethread.h
ma_sort.c always use my_b_pread() instead of mysql_file_pread() 2015-06-02 18:53:37 +02:00
ma_sp_defs.h
ma_sp_key.c
ma_sp_test.c
ma_state.c Fix for MDEV-6493: Assertion `table->file->stats.records > 0 || error' failure, or 'Invalid write' valgrind warnings, or crash on scenario with Aria table, view, LOCK TABLES 2014-07-30 13:27:52 +03:00
ma_state.h MDEV-3999: Valgrind errors 'invalid write' or assorted server crashes on concurrent flow with partitioned Aria tables 2013-05-12 11:29:16 +03:00
ma_static.c Push for testing of encryption 2015-02-10 10:21:17 +01:00
ma_statrec.c
ma_test1.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
ma_test2.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
ma_test3.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
ma_test_all.res
ma_test_all.sh
ma_test_big.sh
ma_test_force_start.pl MDEV-4447 MariaDB sources should have unix-style line endings everywhere 2014-02-27 12:00:16 +01:00
ma_test_recovery
ma_unique.c Fixed a compiler failure and removed some warnings in windows 2014-03-11 16:53:24 +02:00
ma_update.c MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
ma_write.c MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
maria_chk.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
maria_def.h MDEV-8040 make aria encryption use real keys 2015-05-13 14:27:16 +02:00
maria_dump_log.c
maria_ftdump.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
maria_pack.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
maria_read_log.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
maria_rename.sh
tablockman.c
tablockman.h
test_pack
trnman.c MDEV-7437 remove suport for "atomics" with rwlocks 2015-01-13 10:15:21 +01:00
trnman.h
trnman_public.h