summaryrefslogtreecommitdiff
path: root/storage/maria/ma_dynrec.c
Commit message (Expand)AuthorAgeFilesLines
* mark Aria allocations for temp tables as MY_THREAD_SPECIFICSergei Golubchik2021-03-081-5/+8
* MDEV-17551 assert or crashed table when using blobsMonty2019-06-271-4/+34
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-231-3/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-02-221-3/+4
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-02-221-3/+4
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Sergei Golubchik2018-02-221-5/+5
| | | |\ \ | | | | |/
| | | | * MDEV-13748 Assertion `status_var.local_memory_used == 0 || !debug_assert_on_n...Sergei Golubchik2018-02-141-5/+5
* | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-2/+2
|/ / / /
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-2/+2
|/ / /
* | | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | simplify and unify my_safe_alloca usageSergei Golubchik2015-09-041-13/+8
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
|/ /
* | Merge with 10.0-baseMichael Widenius2014-03-131-2/+1
|\ \ | |/
| * Fixed a compiler failure and removed some warnings in windowsMichael Widenius2014-03-111-2/+1
| * Fixed MDEV-5724 "Server crashes on SQL select containing more group by and le...Michael Widenius2014-03-101-15/+18
* | Fixed MDEV-5724 "Server crashes on SQL select containing more group by and le...Michael Widenius2014-03-101-15/+18
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-5/+5
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
|/
* 5.3->5.5 mergeSergei Golubchik2011-11-221-1/+8
|\
| * Compiler warning about assigned but not used variables fixed.unknown2011-10-181-1/+8
* | fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-6/+3
* | merge with 5.3Sergei Golubchik2011-10-191-27/+52
|\ \ | |/
| * Aria fixes:Michael Widenius2011-07-041-0/+5
| * - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testingMichael Widenius2011-02-251-1/+5
| * Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able...Michael Widenius2011-01-261-27/+43
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-13/+13
* | post-merge fixes.Sergei Golubchik2011-07-021-5/+0
* | lots of post-merge changesSergei Golubchik2011-04-251-7/+7
|/
* Code cleanup:Michael Widenius2009-01-091-35/+34
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-6/+6
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-6/+6
* | Logical merge of changes in myisam to maria.unknown2008-05-261-8/+10
|/
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-9/+15
* Merge of changes in MyISAM since December 16 -> April 1unknown2008-04-011-0/+57
* Merge from 5.1-build of the "my_bool for C" changeset.unknown2008-02-191-1/+2
* Added --with-maria-tmp-tables (default one) to allow on to configure if Maria...unknown2008-01-101-1/+1
* Bugs fixed:unknown2008-01-071-1/+2
* Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-0/+3
* Fixed bug in allocation of dynamic record buffer in Mariaunknown2007-12-101-1/+2
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-1/+1
* Added error HA_ERR_FILE_TOO_SHORT to be used when files are shorter than expe...unknown2007-12-041-1/+1
* After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-18/+18
* Added applying of undo for updatesunknown2007-09-091-94/+97
* Fixed several bugs found by running *.test with maria engineunknown2007-09-031-1/+1
* merging MyISAM changes into Maria (not done in 5.1->maria merge ofunknown2007-07-271-7/+7
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-041-2/+3
|\