You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexey Botchkov 662c51bad1 MDEV-294 SELECT WHERE ST_CONTAINS doesn't return all the records where ST_CONTAINS() is 1. 14 years ago
..
unittest 5.2->5.3 merge 14 years ago
CMakeLists.txt merge 14 years ago
Makefile.am Removed depricated --maria-options from mysqld. 15 years ago
file_formats.txt Fixed compiler warnings 18 years ago
ft_maria.c Fixed some compiler warnings and errors in test suite found by buildbot 16 years ago
ha_maria.cc Merge from 5.2 14 years ago
ha_maria.h Automatic merge 14 years ago
lockman.c Merge with 5.1-microseconds 15 years ago
lockman.h solaris fixes 18 years ago
ma_bitmap.c Fixed lp:925377 "Querying myisam table metadata while 'alter table..enable keys' is running may corrupt the table" 14 years ago
ma_blockrec.c Merge with 5.1 14 years ago
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" 15 years ago
ma_cache.c - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testing 15 years ago
ma_changed.c GPL license update (same change as was done for all files in 5.1). 19 years ago
ma_check.c Merge with 5.2. 14 years ago
ma_check_standalone.h Added progress reporting for alter table, LOAD DATA INFILE and for aria tables: check table, repair table, analyze table. 15 years ago
ma_checkpoint.c Merge with MariaDB 5.2 14 years ago
ma_checkpoint.h rename maria to aria 15 years ago
ma_checksum.c Injecting more "const" declarations into code which does not change 18 years ago
ma_close.c Fixed portability problem with partiton_error.test 15 years ago
ma_commit.c post-review fixes 17 years ago
ma_commit.h - WL#3239 "log CREATE TABLE in Maria" 19 years ago
ma_control_file.c rename maria to aria 15 years ago
ma_control_file.h rename maria to aria 15 years ago
ma_create.c Speedups: 14 years ago
ma_dbug.c Fixed lp:925377 "Querying myisam table metadata while 'alter table..enable keys' is running may corrupt the table" 14 years ago
ma_delete.c Fixed bug: lp:887051 ; Error in recovery with LOAD DATA + DELETE 14 years ago
ma_delete_all.c Fixes for Aria storage engine: 15 years ago
ma_delete_table.c Fixes for Aria storage engine: 15 years ago
ma_dynrec.c Compiler warning about assigned but not used variables fixed. 14 years ago
ma_extra.c Automatic merge with 5.2 15 years ago
ma_ft_boolean_search.c Merge with 5.2. 14 years ago
ma_ft_eval.c Fixes after review of guilhem of block record patch 19 years ago
ma_ft_eval.h GPL license update (same change as was done for all files in 5.1). 19 years ago
ma_ft_nlq_search.c Merge with 5.2. 14 years ago
ma_ft_parser.c Applied Antony T Curtis patch for declaring many CHARSET objects as const 16 years ago
ma_ft_stem.c GPL license update (same change as was done for all files in 5.1). 19 years ago
ma_ft_test1.c Fixes after review of guilhem of block record patch 19 years ago
ma_ft_test1.h GPL license update (same change as was done for all files in 5.1). 19 years ago
ma_ft_update.c Fix gcc 4.6 warnings about assigned but not used variables. 14 years ago
ma_ftdefs.h Fixes after comments from last push: 16 years ago
ma_fulltext.h Merge with mysql-maria 17 years ago
ma_info.c merge 14 years ago
ma_init.c Merge with MariaDB 5.1 15 years ago
ma_key.c Merge with 5.2 15 years ago
ma_key_recover.c Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'" 14 years ago
ma_key_recover.h Fixes some bug in Aria recovery: 15 years ago
ma_keycache.c Aria issues: 15 years ago
ma_locking.c Fixed bug where automaticly zerofilled table was not part of recovery if crash happended before next checkpoint. 14 years ago
ma_loghandler.c Merge with 5.2. 14 years ago
ma_loghandler.h Fix of compiler errors. 15 years ago
ma_loghandler_lsn.h Fix for BUG#37876 "Importing Maria table from other server via binary copy does not work": 18 years ago
ma_norec.c Added support for NO_RECORD record format (don't store any row data) for Aria. 15 years ago
ma_open.c Automatic merge 14 years ago
ma_packrec.c fix "./configure --with-debug" builds 15 years ago
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" 15 years ago
ma_pagecache.c Fixed bug lp:814054 'Assertion `block->hash_link == hash_link && hash_link->block == block' in ma_pagecache.c:2275 with Aria' 15 years ago
ma_pagecache.h Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
ma_pagecaches.c copyright and license info 18 years ago
ma_pagecrc.c Fixes for Aria storage engine: 15 years ago
ma_panic.c Aria issues: 15 years ago
ma_preload.c Merge with base MySQL-5.1-maria 17 years ago
ma_range.c Added MARIA_PAGE structure to keep all information about a maria key page. 18 years ago
ma_recovery.c Ensure that we mark all processed tables as 'properly closed'. 14 years ago
ma_recovery.h Fixed portability problem with partiton_error.test 15 years ago
ma_recovery_util.c Aria issues: 15 years ago
ma_recovery_util.h WL#3072 - Maria Recovery 18 years ago
ma_rename.c Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test: 17 years ago
ma_rfirst.c Merged with mysql-5.1 main tree. 19 years ago
ma_rkey.c Merge with 5.2 15 years ago
ma_rlast.c Merged with mysql-5.1 main tree. 19 years ago
ma_rnext.c Merge in new handler and handlersocket code into 5.3 main 15 years ago
ma_rnext_same.c Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 15 years ago
ma_rprev.c Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 15 years ago
ma_rrnd.c Fixes for bugs found by maria.test and event*tests: 19 years ago
ma_rsame.c Fixed wrong test in maria_rsame() that caused ma_test_all to fail. 15 years ago
ma_rsamepos.c Added versioning of Maria index 18 years ago
ma_rt_index.c MDEV-294 SELECT WHERE ST_CONTAINS doesn't return all the records where ST_CONTAINS() is 1. 14 years ago
ma_rt_index.h Added MARIA_PAGE structure to keep all information about a maria key page. 18 years ago
ma_rt_key.c Fixes some bug in Aria recovery: 15 years ago
ma_rt_key.h Added MARIA_PAGE structure to keep all information about a maria key page. 18 years ago
ma_rt_mbr.c Added MARIA_PAGE structure to keep all information about a maria key page. 18 years ago
ma_rt_mbr.h Added MARIA_PAGE structure to keep all information about a maria key page. 18 years ago
ma_rt_split.c Compiler warning about assigned but not used variables fixed. 14 years ago
ma_rt_test.c - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testing 15 years ago
ma_scan.c Fixed problems with ma_test2 and mi_test2 on high-byte-first system 18 years ago
ma_search.c merge 14 years ago
ma_servicethread.c Separated service thread framework to be used for update/delete purge (WL#3067) and group commit (WL#3080). 17 years ago
ma_servicethread.h Separated service thread framework to be used for update/delete purge (WL#3067) and group commit (WL#3080). 17 years ago
ma_sort.c Added progress reporting for alter table, LOAD DATA INFILE and for aria tables: check table, repair table, analyze table. 15 years ago
ma_sp_defs.h Added versioning of Maria index 18 years ago
ma_sp_key.c Fixes for build errors under Windows and compiler warning under Linux 18 years ago
ma_sp_test.c After merge fixes. Applied changes made in myisam manually to maria. 18 years ago
ma_state.c Fix for: LP #634955: Assert in _ma_update_at_original_place() 15 years ago
ma_state.h Fix for: LP #634955: Assert in _ma_update_at_original_place() 15 years ago
ma_static.c Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK" 15 years ago
ma_statrec.c fix "./configure --with-debug" builds 15 years ago
ma_test1.c Merge with 5.2 15 years ago
ma_test2.c - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testing 15 years ago
ma_test3.c MDEV-207 Install headers required to build external storage plugins 14 years ago
ma_test_all.res Fixes for redo/undo logging of key pages 18 years ago
ma_test_all.sh New version of ma_test_all 18 years ago
ma_test_big.sh UNDO of rows now puts back all part of the row on their original pages and positions 18 years ago
ma_test_force_start.pl rename maria to aria 15 years ago
ma_test_recovery Added versioning of row data 18 years ago
ma_unique.c Merge in new handler and handlersocket code into 5.3 main 15 years ago
ma_update.c Fixes for Aria storage engine: 15 years ago
ma_write.c merge 14 years ago
maria_chk.c Automerge 5.2->5.3 15 years ago
maria_def.h MDEV-207 Install headers required to build external storage plugins 14 years ago
maria_dump_log.c Merge MariaDB 5.1->5.2 15 years ago
maria_ftdump.c rename maria to aria 15 years ago
maria_pack.c Compiler warning about assigned but not used variables fixed. 14 years ago
maria_read_log.c Aria bug fixes and improvements: 15 years ago
maria_rename.sh Added storage/maria (based on MyISAM). WL#3245 20 years ago
plug.in merge with 5.1 14 years ago
tablockman.c Fix compile errors and warnings and test errors introduced by microseconds push. 15 years ago
tablockman.h solaris fixes 18 years ago
test_pack Added storage/maria (based on MyISAM). WL#3245 20 years ago
trnman.c Added variable ARIA_CHECKPOINT_LOG_ACTIVITY to allow one to specify how often we should do a checkpoint. 14 years ago
trnman.h merged 17 years ago
trnman_public.h merged 17 years ago