.. |
unittest
|
Merge MariaDB 5.1.66 -> 5.2.12
|
2012-11-08 15:24:35 +02:00 |
CMakeLists.txt
|
merge with 5.1
|
2011-10-07 00:18:30 +02:00 |
compat_aliases.cc
|
Merge from 5.1.
|
2012-09-26 18:29:49 +02:00 |
compat_aliases.h
|
provide maria* aliases for aria* command-line options,
|
2010-09-14 23:06:54 +02:00 |
file_formats.txt
|
|
|
ft_maria.c
|
Fixed some compiler warnings and errors in test suite found by buildbot
|
2010-01-27 23:53:08 +02:00 |
ha_maria.cc
|
Merge 5.1 -> 5.2
|
2012-11-01 15:44:34 +02:00 |
ha_maria.h
|
Merge with 5.1
|
2012-03-28 13:49:07 +03:00 |
lockman.c
|
Remove compiler warnings (Including some warnings from -Wstrict-aliasing)
|
2009-11-30 01:08:56 +02:00 |
lockman.h
|
|
|
ma_bitmap.c
|
Merge with 5.1 + fixes for build failures in 5.2
|
2011-11-29 22:48:24 +02:00 |
ma_blockrec.c
|
Merge with 5.1
|
2011-11-30 22:57:18 +02:00 |
ma_blockrec.h
|
Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000: write_block_record: Assertion `cur_block[1].page_count == 0' failed with a multi-index Aria workload"
|
2011-08-15 16:39:53 +03:00 |
ma_cache.c
|
- maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testing
|
2011-02-25 14:55:40 +02:00 |
ma_changed.c
|
|
|
ma_check.c
|
5.1 -> 5.2 merge
|
2013-02-28 19:00:58 +01:00 |
ma_check_standalone.h
|
rename maria to aria
|
2010-09-12 18:40:01 +02:00 |
ma_checkpoint.c
|
Fixed lp:902654 "MariaDB consistently crashes in collect_tables on Aria checkpoint execution"
|
2012-02-20 14:03:44 +02:00 |
ma_checkpoint.h
|
rename maria to aria
|
2010-09-12 18:40:01 +02:00 |
ma_checksum.c
|
|
|
ma_close.c
|
Fixed portability problem with partiton_error.test
|
2011-06-13 12:46:11 +03:00 |
ma_commit.c
|
post-review fixes
|
2009-01-15 22:27:36 +01:00 |
ma_commit.h
|
|
|
ma_control_file.c
|
rename maria to aria
|
2010-09-12 18:40:01 +02:00 |
ma_control_file.h
|
rename maria to aria
|
2010-09-12 18:40:01 +02:00 |
ma_create.c
|
Merge with 5.1
|
2011-07-25 21:52:15 -07:00 |
ma_dbug.c
|
Automatic merge with 5.1
|
2010-11-04 16:53:10 +02:00 |
ma_delete.c
|
Fixed bug: lp:887051 ; Error in recovery with LOAD DATA + DELETE
|
2011-12-13 19:57:19 +02:00 |
ma_delete_all.c
|
Fixes for Aria storage engine:
|
2011-02-10 20:33:51 +02:00 |
ma_delete_table.c
|
Fixes for Aria storage engine:
|
2011-02-10 20:33:51 +02:00 |
ma_dynrec.c
|
Fix gcc 4.6 warning after merge with 5.1
|
2011-10-27 19:18:25 +03:00 |
ma_extra.c
|
Merge in bug fix from 5.1
|
2011-08-15 20:42:29 +03:00 |
ma_ft_boolean_search.c
|
Merge with MariaDB 5.1
|
2011-11-24 18:48:58 +02:00 |
ma_ft_eval.c
|
|
|
ma_ft_eval.h
|
|
|
ma_ft_nlq_search.c
|
Fix some failures in 5.1 Buildbot:
|
2012-09-26 15:30:08 +02:00 |
ma_ft_parser.c
|
Applied Antony T Curtis patch for declaring many CHARSET objects as const
|
2010-01-06 21:20:16 +02:00 |
ma_ft_stem.c
|
|
|
ma_ft_test1.c
|
|
|
ma_ft_test1.h
|
|
|
ma_ft_update.c
|
Fix gcc 4.6 warnings about assigned but not used variables.
|
2011-10-27 15:22:52 +03:00 |
ma_ftdefs.h
|
Fixes after comments from last push:
|
2009-11-30 15:36:06 +02:00 |
ma_fulltext.h
|
Merge with mysql-maria
|
2009-01-30 23:55:42 +02: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
|
Merge with MariaDB 5.1
|
2011-05-03 19:10:10 +03:00 |
ma_key.c
|
Aria issues:
|
2011-01-24 15:19:40 +02:00 |
ma_key_recover.c
|
Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'"
|
2012-02-28 13:39:02 +02:00 |
ma_key_recover.h
|
Fixes some bug in Aria recovery:
|
2010-10-07 12:51:34 +03:00 |
ma_keycache.c
|
Aria issues:
|
2011-01-24 15:19:40 +02:00 |
ma_locking.c
|
Fixed bug where automaticly zerofilled table was not part of recovery if crash happended before next checkpoint.
|
2011-12-02 17:22:17 +02:00 |
ma_loghandler.c
|
Merge with 5.1
|
2011-11-30 22:57:18 +02:00 |
ma_loghandler.h
|
Merge MariaDB 5.1->5.2
|
2010-11-19 22:33:47 +01: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
|
Merge with 5.1
|
2012-03-28 13:49:07 +03:00 |
ma_packrec.c
|
Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able to get an assert as soon as a failure is detected.
|
2011-01-26 15:29:36 +02:00 |
ma_page.c
|
Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000: write_block_record: Assertion `cur_block[1].page_count == 0' failed with a multi-index Aria workload"
|
2011-08-15 16:39:53 +03:00 |
ma_pagecache.c
|
Fixed bug lp:814054 'Assertion `block->hash_link == hash_link && hash_link->block == block' in ma_pagecache.c:2275 with Aria'
|
2011-08-10 22:44:39 +03:00 |
ma_pagecache.h
|
Merge with 5.1 to get in changes from MySQL 5.1.55
|
2011-02-28 19:39:30 +02:00 |
ma_pagecaches.c
|
|
|
ma_pagecrc.c
|
Fixes for Aria storage engine:
|
2011-02-10 20:33:51 +02:00 |
ma_panic.c
|
Aria issues:
|
2011-01-24 15:19:40 +02:00 |
ma_preload.c
|
Merge with base MySQL-5.1-maria
|
2009-01-12 13:12:00 +02:00 |
ma_range.c
|
Added MARIA_PAGE structure to keep all information about a maria key page.
|
2008-09-01 20:31:40 +03:00 |
ma_recovery.c
|
Fixed bug: lp:887051 ; Error in recovery with LOAD DATA + DELETE
|
2011-12-13 19:57:19 +02:00 |
ma_recovery.h
|
Fixed portability problem with partiton_error.test
|
2011-06-13 12:46:11 +03:00 |
ma_recovery_util.c
|
Aria issues:
|
2011-01-24 15:19:40 +02:00 |
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
|
Aria issues:
|
2011-01-24 15:19:40 +02:00 |
ma_rlast.c
|
|
|
ma_rnext.c
|
- Fixed that Aria works with HANDLER commands
|
2011-01-10 23:22:40 +02:00 |
ma_rnext_same.c
|
Code cleanup:
|
2009-01-09 06:23:25 +02:00 |
ma_rprev.c
|
|
|
ma_rrnd.c
|
|
|
ma_rsame.c
|
Fixed wrong test in maria_rsame() that caused ma_test_all to fail.
|
2011-01-11 13:27:16 +02:00 |
ma_rsamepos.c
|
|
|
ma_rt_index.c
|
Safety fix for Aria:
|
2011-01-11 12:18:03 +02:00 |
ma_rt_index.h
|
Added MARIA_PAGE structure to keep all information about a maria key page.
|
2008-09-01 20:31:40 +03:00 |
ma_rt_key.c
|
Fixes some bug in Aria recovery:
|
2010-10-07 12:51:34 +03:00 |
ma_rt_key.h
|
Added MARIA_PAGE structure to keep all information about a maria key page.
|
2008-09-01 20:31:40 +03:00 |
ma_rt_mbr.c
|
Added MARIA_PAGE structure to keep all information about a maria key page.
|
2008-09-01 20:31:40 +03:00 |
ma_rt_mbr.h
|
Added MARIA_PAGE structure to keep all information about a maria key page.
|
2008-09-01 20:31:40 +03:00 |
ma_rt_split.c
|
Merge with MariaDB 5.1
|
2011-11-24 18:48:58 +02:00 |
ma_rt_test.c
|
- maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testing
|
2011-02-25 14:55:40 +02:00 |
ma_scan.c
|
|
|
ma_search.c
|
Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'"
|
2012-02-28 13:39:02 +02:00 |
ma_servicethread.c
|
Separated service thread framework to be used for update/delete purge (WL#3067) and group commit (WL#3080).
|
2009-01-12 21:27:02 +02:00 |
ma_servicethread.h
|
Separated service thread framework to be used for update/delete purge (WL#3067) and group commit (WL#3080).
|
2009-01-12 21:27:02 +02:00 |
ma_sort.c
|
merge with 5.1
|
2011-01-07 18:07:22 +02:00 |
ma_sp_defs.h
|
|
|
ma_sp_key.c
|
|
|
ma_sp_test.c
|
|
|
ma_state.c
|
Fix for: LP #634955: Assert in _ma_update_at_original_place()
|
2010-11-02 17:22:57 +02:00 |
ma_state.h
|
Fix for: LP #634955: Assert in _ma_update_at_original_place()
|
2010-11-02 17:22:57 +02:00 |
ma_static.c
|
Aria issues:
|
2011-01-24 15:19:40 +02:00 |
ma_statrec.c
|
Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able to get an assert as soon as a failure is detected.
|
2011-01-26 15:29:36 +02:00 |
ma_test1.c
|
- maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testing
|
2011-02-25 14:55:40 +02:00 |
ma_test2.c
|
Fixed MDEV-647,LP:986261 - Aria unit tests fail at ma_test2
|
2012-10-31 23:22:32 +02:00 |
ma_test3.c
|
Removed compiler warnings
|
2010-01-06 23:27:53 +02:00 |
ma_test_all.res
|
|
|
ma_test_all.sh
|
|
|
ma_test_big.sh
|
|
|
ma_test_force_start.pl
|
rename maria to aria
|
2010-09-12 18:40:01 +02:00 |
ma_test_recovery
|
|
|
ma_unique.c
|
Safety fix for Aria:
|
2011-01-11 12:18:03 +02:00 |
ma_update.c
|
Fixes for Aria storage engine:
|
2011-02-10 20:33:51 +02:00 |
ma_write.c
|
Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'"
|
2012-02-28 13:39:02 +02:00 |
Makefile.am
|
merge with 5.1
|
2010-11-30 23:11:03 +02:00 |
maria_chk.c
|
Merge with 5.1
|
2011-07-25 21:52:15 -07:00 |
maria_def.h
|
Added variable ARIA_CHECKPOINT_LOG_ACTIVITY to allow one to specify how often we should do a checkpoint.
|
2011-09-01 21:13:09 +03:00 |
maria_dump_log.c
|
Merge MariaDB 5.1->5.2
|
2010-11-19 22:33:47 +01:00 |
maria_ftdump.c
|
rename maria to aria
|
2010-09-12 18:40:01 +02:00 |
maria_pack.c
|
Merge with MariaDB 5.1
|
2011-11-24 18:48:58 +02:00 |
maria_read_log.c
|
Aria bug fixes and improvements:
|
2011-06-30 00:37:12 +03:00 |
maria_rename.sh
|
|
|
plug.in
|
merge with 5.1
|
2011-10-07 00:18:30 +02:00 |
tablockman.c
|
|
|
tablockman.h
|
|
|
test_pack
|
|
|
trnman.c
|
Added variable ARIA_CHECKPOINT_LOG_ACTIVITY to allow one to specify how often we should do a checkpoint.
|
2011-09-01 21:13:09 +03:00 |
trnman.h
|
merged
|
2009-01-16 17:18:17 +01:00 |
trnman_public.h
|
merged
|
2009-01-16 17:18:17 +01:00 |