..
unittest
Fixed some simple warnings on Windows.
2012-04-13 19:44:22 +02:00
CMakeLists.txt
MDEV-672 : storage/maria and storage/perfschema do not appear to honor WITH_UNIT_TESTS
2012-10-30 23:05:55 +01:00
file_formats.txt
Fixed compiler warnings
2008-02-22 17:22:56 +02:00
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
The patch for the task mdev-539.
2012-12-20 10:58:40 -08:00
ha_maria.h
The patch for the task mdev-539.
2012-12-20 10:58:40 -08:00
lockman.c
merge with 5.3
2011-10-19 21:45:18 +02:00
lockman.h
solaris fixes
2007-12-18 23:22:55 +01:00
ma_bitmap.c
5.3 merge
2012-03-06 20:46:07 +01:00
ma_blockrec.c
5.3->5.5 merge
2012-11-22 10:19:31 +01: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
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_changed.c
lots of post-merge changes
2011-04-25 17:22:25 +02:00
ma_check.c
The patch for the task mdev-539.
2012-12-20 10:58:40 -08:00
ma_check_standalone.h
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_checkpoint.c
Fixed compile warnings
2012-05-18 16:40:16 +03:00
ma_checkpoint.h
rename maria to aria
2010-09-12 18:40:01 +02:00
ma_checksum.c
Injecting more "const" declarations into code which does not change
2008-04-03 15:40:25 +02:00
ma_close.c
Fixed MDEV-348: 5.5 valgrind warinings on maria tests
2012-06-20 14:37:37 +03:00
ma_commit.c
post-review fixes
2009-01-15 22:27:36 +01:00
ma_commit.h
- WL#3239 "log CREATE TABLE in Maria"
2007-06-22 14:49:37 +02:00
ma_control_file.c
use PSI wrappers in aria and other non-MySQL code
2011-07-13 21:10:18 +02:00
ma_control_file.h
rename maria to aria
2010-09-12 18:40:01 +02:00
ma_create.c
Merge mariadb 5.3->mariadb 5.5
2012-03-24 18:21:22 +01:00
ma_dbug.c
Fixed lp:925377 "Querying myisam table metadata while 'alter table..enable keys' is running may corrupt the table"
2012-02-28 23:18:52 +02:00
ma_delete.c
Fixed compiler warnings (A few of these was bugs)
2012-08-13 22:23:28 +03:00
ma_delete_all.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_delete_table.c
Fixed MDEV-306 / LP:1007967 - Assertion `table->file->stats.records > 0 || error' failed join_read_const_table on concurrent SELECT and DROP/ADD INDEX
2012-06-15 12:52:58 +03:00
ma_dynrec.c
5.3->5.5 merge
2011-11-22 18:04:38 +01:00
ma_extra.c
Fixed lp:947474 "Assertion `table->file->stats.records > 0 || error' failed in join_read_const_table on concurrent SELECT and ALTER, constant Aria table"
2012-03-20 16:04:50 +02:00
ma_ft_boolean_search.c
Merge with 5.2.
2011-12-11 11:34:44 +02:00
ma_ft_eval.c
Fixes after review of guilhem of block record patch
2007-04-19 13:18:56 +03:00
ma_ft_eval.h
GPL license update (same change as was done for all files in 5.1).
2007-03-02 11:20:23 +01:00
ma_ft_nlq_search.c
5.3 merge
2012-10-18 23:33:06 +02:00
ma_ft_parser.c
lots of post-merge changes
2011-04-25 17:22:25 +02:00
ma_ft_stem.c
GPL license update (same change as was done for all files in 5.1).
2007-03-02 11:20:23 +01:00
ma_ft_test1.c
Fixes after review of guilhem of block record patch
2007-04-19 13:18:56 +03:00
ma_ft_test1.h
GPL license update (same change as was done for all files in 5.1).
2007-03-02 11:20:23 +01:00
ma_ft_update.c
5.3->5.5 merge
2011-11-22 18:04:38 +01:00
ma_ftdefs.h
lots of post-merge changes
2011-04-25 17:22:25 +02:00
ma_fulltext.h
Merge with mysql-maria
2009-01-30 23:55:42 +02:00
ma_info.c
Fixed MDEV-306 / LP:1007967 - Assertion `table->file->stats.records > 0 || error' failed join_read_const_table on concurrent SELECT and DROP/ADD INDEX
2012-06-15 12:52:58 +03:00
ma_init.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_key.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_key_recover.c
Fixed compiler errors
2012-08-14 19:59:28 +03:00
ma_key_recover.h
Fixes some bug in Aria recovery:
2010-10-07 12:51:34 +03:00
ma_keycache.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_locking.c
5.3 merge
2012-01-13 15:50:02 +01:00
ma_loghandler.c
Fixed compile warnings
2012-05-18 16:40:16 +03:00
ma_loghandler.h
Fix of compiler errors.
2011-05-16 16:13:34 +03: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_norec.c
Added support for NO_RECORD record format (don't store any row data) for Aria.
2011-01-14 11:54:39 +01:00
ma_open.c
Fixed MDEV-306 / LP:1007967 - Assertion `table->file->stats.records > 0 || error' failed join_read_const_table on concurrent SELECT and DROP/ADD INDEX
2012-06-15 12:52:58 +03:00
ma_packrec.c
fix the build and compiler warnings (few of which were real bugs)
2011-10-29 20:40:03 +02:00
ma_page.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_pagecache.c
Fixed compiler errors
2012-08-14 19:59:28 +03:00
ma_pagecache.h
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_pagecaches.c
copyright and license info
2008-03-04 12:58:21 +01:00
ma_pagecrc.c
Fixes for Aria storage engine:
2011-02-10 20:33:51 +02:00
ma_panic.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_preload.c
lots of post-merge changes
2011-04-25 17:22:25 +02:00
ma_range.c
use PSI wrappers in aria and other non-MySQL code
2011-07-13 21:10:18 +02:00
ma_recovery.c
5.3 merge
2012-03-06 20:46:07 +01:00
ma_recovery.h
Fixed portability problem with partiton_error.test
2011-06-13 12:46:11 +03:00
ma_recovery_util.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_recovery_util.h
WL#3072 - Maria Recovery
2008-01-17 23:59:32 +01:00
ma_rename.c
Fixed lp:947474 "Assertion `table->file->stats.records > 0 || error' failed in join_read_const_table on concurrent SELECT and ALTER, constant Aria table"
2012-03-20 16:04:50 +02:00
ma_rfirst.c
Merged with mysql-5.1 main tree.
2007-07-02 20:45:15 +03:00
ma_rkey.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_rlast.c
Merged with mysql-5.1 main tree.
2007-07-02 20:45:15 +03:00
ma_rnext.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_rnext_same.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_rprev.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_rrnd.c
MDEV-736 LP:1004615 - Unexpected warnings "Encountered illegal value '' when converting to DECIMAL" on a query with aggregate functions and GROUP BY
2012-11-17 16:50:15 +01:00
ma_rsame.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_rsamepos.c
Added versioning of Maria index
2008-06-26 08:18:28 +03:00
ma_rt_index.c
merge with 5.3.
2012-06-04 17:26:11 +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
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_scan.c
Fixed problems with ma_test2 and mi_test2 on high-byte-first system
2008-02-21 02:45:02 +02:00
ma_search.c
Fixed compiler errors
2012-08-14 19:59:28 +03:00
ma_servicethread.c
fix the include guards and add missing gplv2 headers
2012-02-17 12:19:38 +01:00
ma_servicethread.h
fix the include guards and add missing gplv2 headers
2012-02-17 12:19:38 +01:00
ma_sort.c
fix the build and compiler warnings (few of which were real bugs)
2011-10-29 20:40:03 +02:00
ma_sp_defs.h
Added versioning of Maria index
2008-06-26 08:18:28 +03:00
ma_sp_key.c
lots of post-merge changes
2011-04-25 17:22:25 +02:00
ma_sp_test.c
lots of post-merge changes
2011-04-25 17:22:25 +02:00
ma_state.c
Fixed lp:947474 "Assertion `table->file->stats.records > 0 || error' failed in join_read_const_table on concurrent SELECT and ALTER, constant Aria table"
2012-03-20 16:04:50 +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
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_statrec.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_test1.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_test2.c
5.3->5.5 merge
2012-11-22 10:19:31 +01:00
ma_test3.c
5.3 merge
2012-05-04 07:16:38 +02:00
ma_test_all.res
Fixes for redo/undo logging of key pages
2007-11-20 17:42:16 +02:00
ma_test_all.sh
makes mi_test_all.sh & ma_test_all.sh working (MDEV-285)
2012-09-25 13:45:11 +03:00
ma_test_big.sh
UNDO of rows now puts back all part of the row on their original pages and positions
2007-12-30 22:40:03 +02:00
ma_test_force_start.pl
rename maria to aria
2010-09-12 18:40:01 +02:00
ma_test_recovery
Added versioning of row data
2008-04-10 05:26:36 +03:00
ma_unique.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_update.c
merge with 5.3
2011-10-19 21:45:18 +02:00
ma_write.c
Fixed compiler warnings (A few of these was bugs)
2012-08-13 22:23:28 +03:00
maria_chk.c
MDEV-419 ensure that all HAVE_XXX constants can be set by cmake
2012-07-31 19:29:07 +02:00
maria_def.h
The patch for the task mdev-539.
2012-12-20 10:58:40 -08:00
maria_dump_log.c
merge with 5.3
2011-10-19 21:45:18 +02:00
maria_ftdump.c
lots of post-merge changes
2011-04-25 17:22:25 +02:00
maria_pack.c
Merge with MariaDB 5.1
2011-11-24 18:48:58 +02:00
maria_read_log.c
merge with 5.3
2011-10-19 21:45:18 +02:00
maria_rename.sh
tablockman.c
merge with 5.3
2011-10-19 21:45:18 +02:00
tablockman.h
use PSI wrappers in aria and other non-MySQL code
2011-07-13 21:10:18 +02:00
test_pack
trnman.c
Cleanups:
2012-03-20 15:23:56 +02:00
trnman.h
use PSI wrappers in aria and other non-MySQL code
2011-07-13 21:10:18 +02:00
trnman_public.h
merged
2009-01-16 17:18:17 +01:00