mariadb/storage/maria
2009-02-04 10:13:10 +02:00
..
unittest post-review fixes 2009-01-15 22:27:36 +01:00
CMakeLists.txt Fix for build failures under Windows 2008-06-09 11:06:06 +02:00
file_formats.txt
ft_maria.c
ha_maria.cc merged 2009-01-16 17:18:17 +01:00
ha_maria.h WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_deadlock_detector) 2008-12-03 00:02:52 +02:00
lockman.c
lockman.h
ma_bitmap.c Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when extending data file". 2008-12-09 10:56:02 +01:00
ma_blockrec.c Fix for BUG#41493 "Maria: two recovery failures (wrong logging of BLOB pages)" and some more debugging 2009-01-15 16:14:47 +01:00
ma_blockrec.h Fix for BUG#41493 "Maria: two recovery failures (wrong logging of BLOB pages)" and some more debugging 2009-01-15 16:14:47 +01:00
ma_cache.c
ma_changed.c
ma_check.c Fixed bugs found by pushbuild 2008-12-27 04:05:16 +02:00
ma_check_standalone.h
ma_checkpoint.c Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when extending data file". 2008-12-09 10:56:02 +01:00
ma_checkpoint.h
ma_checksum.c Injecting more "const" declarations into code which does not change 2008-04-03 15:40:25 +02:00
ma_close.c Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when extending data file". 2008-12-09 10:56:02 +01:00
ma_commit.c post-review fixes 2009-01-15 22:27:36 +01:00
ma_commit.h
ma_control_file.c Fixed that packed transid can be compared byte per byte and we get them in increasing order 2008-11-04 12:54:04 +02:00
ma_control_file.h WL#4374 "Maria - force start if Recovery fails multiple times" 2008-06-02 22:53:25 +02:00
ma_create.c merge 2009-01-16 22:10:31 +01:00
ma_dbug.c Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test: 2008-12-22 02:17:37 +02:00
ma_delete.c Added ha_maria::is_changed() (needed for Query cache) 2008-11-01 01:14:58 +02:00
ma_delete_all.c Fix for BUG#42112 "Maria: recovery failure (pushbuild2) Assertion `rownr == 0 && new_page' failed" 2009-01-16 22:00:39 +01:00
ma_delete_table.c Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test: 2008-12-22 02:17:37 +02:00
ma_dynrec.c Merge bk-internal.mysql.com:/home/bk/mysql-maria 2008-05-29 21:39:25 +03:00
ma_extra.c Fix for bug#39226 Maria: crash with FLUSH TABLES WITH READ LOCK after LOCK TABLES 2008-10-12 13:09:52 +03:00
ma_ft_boolean_search.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_ft_eval.c
ma_ft_eval.h
ma_ft_nlq_search.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_ft_parser.c Imported fix for bug#29464 from myisam table handler to maria. 2008-06-24 17:14:56 +03:00
ma_ft_stem.c
ma_ft_test1.c
ma_ft_test1.h
ma_ft_update.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_ftdefs.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_fulltext.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_info.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_init.c Fix for BUG#39697 "Maria: hang when failing to insert due to UNIQUE (seen in pushbuild2 too)" 2008-10-09 22:03:54 +02:00
ma_key.c WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_deadlock_detector) 2008-12-03 00:02:52 +02:00
ma_key_recover.c Fixed mutex taking order on recovery of bulk insert. 2008-12-29 15:00:52 +02:00
ma_key_recover.h Fix for Bug#36499 Maria: potential deadlock 2008-08-26 15:34:57 +03:00
ma_keycache.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_locking.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_loghandler.c Storing information in newly started buffer added. 2009-02-04 10:13:10 +02:00
ma_loghandler.h Log queries to maria_log if compiled with EXTRA_DEBUG 2009-01-16 00:25:53 +02:00
ma_loghandler_lsn.h Fix for BUG#37876 "Importing Maria table from other server via binary copy does not work": 2008-07-09 11:02:27 +02:00
ma_open.c Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when extending data file". 2008-12-09 10:56:02 +01:00
ma_packrec.c Merge of changes in MyISAM since December 16 -> April 1 2008-04-01 17:57:30 +03:00
ma_page.c Fix for Bug#36499 Maria: potential deadlock 2008-08-26 15:34:57 +03:00
ma_pagecache.c Fixed bugs found by pushbuild 2008-12-27 04:05:16 +02:00
ma_pagecache.h _ma_bitmap_unpin_all() needs to unpin not-locked pages which were pinned by other threads 2008-10-14 17:18:14 +02:00
ma_pagecaches.c
ma_pagecrc.c
ma_panic.c
ma_preload.c _ma_bitmap_unpin_all() needs to unpin not-locked pages which were pinned by other threads 2008-10-14 17:18:14 +02:00
ma_range.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_recovery.c Log queries to maria_log if compiled with EXTRA_DEBUG 2009-01-16 00:25:53 +02:00
ma_recovery.h WL#4374 "Maria - force start if Recovery fails multiple times" 2008-06-02 22:53:25 +02:00
ma_recovery_util.c
ma_recovery_util.h
ma_rename.c Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test: 2008-12-22 02:17:37 +02:00
ma_rfirst.c
ma_rkey.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rlast.c
ma_rnext.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rnext_same.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rprev.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rrnd.c
ma_rsame.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rsamepos.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_index.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_index.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_key.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_key.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_mbr.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_mbr.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_split.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_test.c Merge; No notable changes 2008-06-26 12:32:22 +03:00
ma_scan.c
ma_search.c Fix for Bug #39243 SELECT WHERE does not find row 2008-09-26 11:16:35 +03:00
ma_sort.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_sp_defs.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_sp_key.c Fixes for build errors under Windows and compiler warning under Linux 2008-06-26 17:10:11 +02:00
ma_sp_test.c
ma_state.c Fixed bugs found by pushbuild 2008-12-27 04:05:16 +02:00
ma_state.h Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test: 2008-12-22 02:17:37 +02:00
ma_static.c Fix for Windows build failure: __attribute__ does not exist under Windows 2008-10-16 10:54:53 +02:00
ma_statrec.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_test1.c WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_deadlock_detector) 2008-12-03 00:02:52 +02:00
ma_test2.c WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_deadlock_detector) 2008-12-03 00:02:52 +02:00
ma_test3.c
ma_test_all.res
ma_test_all.sh
ma_test_big.sh
ma_test_force_start.pl Fix for BUG#35107 "maria-preload.test is disabled because unrepeatable page cache statistics" 2008-07-03 23:02:13 +02:00
ma_test_recovery Added versioning of row data 2008-04-10 05:26:36 +03:00
ma_unique.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_update.c Added ha_maria::is_changed() (needed for Query cache) 2008-11-01 01:14:58 +02:00
ma_write.c post-review fixes 2009-01-15 22:27:36 +01:00
Makefile.am Added versioning of Maria index 2008-06-26 08:18:28 +03:00
maria_chk.c Merging of changes from myisam -> maria missing in last 5.1 - 5.1->maria merge 2008-10-15 00:23:33 +03:00
maria_def.h Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when extending data file". 2008-12-09 10:56:02 +01:00
maria_ftdump.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
maria_pack.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
maria_read_log.c Fixed bugs found by pushbuild 2008-12-27 04:05:16 +02:00
maria_rename.sh
plug.in use "default" plugin configuration by default, not "none". 2008-06-05 21:48:43 +02:00
tablockman.c
tablockman.h
test_pack
trnman.c merged 2009-01-16 17:18:17 +01:00
trnman.h merged 2009-01-16 17:18:17 +01:00
trnman_public.h merged 2009-01-16 17:18:17 +01:00