summaryrefslogtreecommitdiff
path: root/storage/maria/maria_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed maria_* source files for executables to aria_*Monty2020-05-271-3333/+0
* Don't give warnings from safemalloc for aria_pack --helpMonty2020-03-241-5/+14
* Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-241-1/+1
* Merge branch '10.4' into 10.5Vicențiu Ciorbaru2020-03-181-10/+106
|\
| * Updated aria_pack to support transactional tablesMonty2020-03-171-10/+106
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-18/+18
* | Merge 10.4 into 10.5Marko Mäkelä2020-01-281-7/+9
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-241-7/+9
| |\
| | * MDEV-14183: aria_pack segfaults in compress_maria_fileVlad Lesin2020-01-211-7/+9
* | | MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-141-3/+3
* | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF addressMichal Schorm2019-05-101-1/+1
| | | * Fixed MDEV-5724 "Server crashes on SQL select containing more group by and le...Michael Widenius2014-03-101-4/+6
| | * | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-161-1/+1
* | | | MDEV-17841 S3 storage engineMonty2019-05-231-1/+1
|/ / /
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-1/+1
|\ \ \
| * | | After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-161-1/+1
| |/ /
* | | Fix that end_bulk_insert() doesn't write to to-be-deleted filesMonty2017-05-171-4/+4
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | simplify and unify my_safe_alloca usageSergei Golubchik2015-09-041-6/+4
* | Fixed problem with very slow shutdown when using 100,000 MyISAM tables with d...Michael Widenius2014-07-191-1/+1
* | Fixed MDEV-5724 "Server crashes on SQL select containing more group by and le...Michael Widenius2014-03-101-4/+6
* | 10.0-monty mergeSergei Golubchik2013-07-211-2/+2
|\ \
| * | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-2/+2
* | | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-1/+1
|/ /
* | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-2/+2
|/
* 5.3->5.5 mergeSergei Golubchik2011-11-221-2/+0
|\
| * Compiler warning about assigned but not used variables fixed.unknown2011-10-181-2/+0
* | merge with 5.3Sergei Golubchik2011-10-191-2/+4
|\ \ | |/
| * Merge with 5.1-release.Michael Widenius2010-12-061-2/+4
| |\
| | * merge with 5.1-releaseMichael Widenius2010-12-051-1/+3
| | |\
| | | * Fixes to not trigger end-consistency testing of pagecache.Michael Widenius2010-12-051-1/+3
| | * | Merge MariaDB 5.1->5.2unknown2010-11-191-1/+1
| | |\ \ | | | |/
| | | * Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of th...Michael Widenius2010-11-071-1/+1
* | | | lots of post-merge changesSergei Golubchik2011-04-251-140/+132
|/ / /
* | | Merge 5.2->5.3Sergey Petrunya2010-10-101-13/+13
|\ \ \ | |/ /
| * | rename maria to ariaSergei Golubchik2010-09-121-7/+7
| |/
| * Fixed compiler warnings from Windows compilerMichael Widenius2010-08-111-2/+2
| * Merge with MySQL 5.1.49Michael Widenius2010-08-021-6/+6
* | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti...Michael Widenius2010-07-161-22/+14
|/
* Merge with mysql-maria treeMichael Widenius2009-02-191-3/+7
|\
| * Merge of MyISAM changes done in 5.1-main, into MariaGuilhem Bichot2009-02-121-1/+1
| * _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-2/+6
* | Code cleanup:Michael Widenius2009-01-091-27/+26
|/
* Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-5/+5
* Fix for BUG#37876 "Importing Maria table from other server via binary copy do...Guilhem Bichot2008-07-091-2/+2
* WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-5/+5