summaryrefslogtreecommitdiff
path: root/storage/maria/maria_pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added versioning of row dataunknown2008-04-101-1/+2
* Merge of changes in MyISAM since December 16 -> April 1unknown2008-04-011-1/+1
* Merge from 5.1-build of the "my_bool for C" changeset.unknown2008-02-191-2/+2
* Fixed bug when using maria_chk --safe-recover with packed tablesunknown2008-01-231-0/+7
* Fixes for the remaining 'not-yet-fixed' bugs found by Guilhem when running al...unknown2008-01-221-1/+2
* WL#3072 - Maria Recoveryunknown2008-01-171-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-01-101-21/+21
|\
| * Added --with-maria-tmp-tables (default one) to allow on to configure if Maria...unknown2008-01-101-21/+21
* | ignore 'moved' state in maria_open() if requestedunknown2008-01-091-1/+1
|/
* Added error HA_ERR_FILE_TOO_SHORT to be used when files are shorter than expe...unknown2007-12-041-1/+4
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-101-3/+3
|\
| * Moved randomize and my_rnd under mysysunknown2007-10-091-3/+3
* | After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-3/+3
|/
* - WL#3072 Maria Recovery:unknown2007-09-071-2/+3
* Merged with mysql-5.1 main tree.unknown2007-07-021-81/+81
* rec_lsn (first REDO LSN( is now given to the page cache on unpinningunknown2007-06-071-3/+6
* After merge fixesunknown2007-04-191-2/+11