summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Free some memory leaksVicențiu Ciorbaru2013-10-171-0/+1
* Added a delete_function for DYNAMIC_ARRAY.Vicențiu Ciorbaru2013-10-171-0/+3
* MDEV-4425 REGEXP enhancementsAlexander Barkov2013-09-261-59/+56
* 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-1811-5/+209
|\
| * MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error...Sergei Golubchik2013-09-091-1/+1
| * MDEV-4472 Audit-plugin. Server-related part of the task.Alexey Botchkov2013-09-098-1/+185
| * mysql-5.5.33 mergeSergei Golubchik2013-09-063-3/+16
| |\
| | * Bug#16729109: FIX COMPILATION WARNINGS WITH GCC 4.8Tor Didriksen2013-06-141-2/+2
| | * Bug#16194302: SUPPORT FOR FLOATING-POINT SYSTEM VARIABLESAshish Agarwal2013-05-192-0/+14
| * | MDEV-4165 [PATCH] RFE: make tmpdir a build-time configurable optionSergei Golubchik2013-08-171-0/+7
* | | 5.5 mergeSergei Golubchik2013-07-1720-36/+43
|\ \ \ | |/ /
| * | mysql-5.5.32 mergeSergei Golubchik2013-07-1613-13/+13
| |\ \ | | |/
| | * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-1914-14/+14
| * | Merging from 5.3Alexander Barkov2013-07-081-6/+9
| |\ \
| | * | MDEV-4667 DATE('string') incompability between mysql and mariadbSergei Golubchik2013-07-031-6/+9
| * | | MDEV-4720 : fix my_context.h for use with x32 ABI.Vladislav Vaintroub2013-06-271-1/+1
| * | | MDEV-4576 : Aria storage engine's temporary files might not be deleted (Errc...Vladislav Vaintroub2013-06-161-7/+0
| * | | MDEV-4601 : Allow MariaDB to be build without non-blocking client.Vladislav Vaintroub2013-06-151-1/+10
| * | | MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user namesSergei Golubchik2013-06-131-0/+2
| * | | MDEV-4573 UNINSTALL PLUGIN misleading error message for non-dynamic pluginsSergei Golubchik2013-06-131-0/+1
| * | | MDEV-4574 Missing connection option MYSQL_ENABLE_CLEARTEXT_PLUGINSergei Golubchik2013-06-112-2/+5
| * | | - Added -Wno-uninitialized to avoid warnings in release buildsMichael Widenius2013-06-092-2/+2
| * | | Fixed some cache variables that could be set to higher value than what the co...Michael Widenius2013-06-061-4/+0
* | | | cleanup: remove LF_REQUIRE_PINS, use compile_time_assert() instead of reimple...Sergei Golubchik2013-06-241-18/+5
* | | | Fix to compile without partitioning.Sergei Golubchik2013-06-151-0/+6
* | | | 5.5 mergeSergei Golubchik2013-06-0622-32/+121
|\ \ \ \ | |/ / /
| * | | MDEV-4553 - Fixes for compilation under NetBSD.Vladislav Vaintroub2013-05-272-1/+7
| * | | Fixed MDEV-4291: Assertion `trid >= info->s->state.create_trid' failure or da...Michael Widenius2013-05-131-10/+10
| * | | centos5 gcc 4.1 asm bugSergei Golubchik2013-05-071-3/+3
| * | | mysql-5.5.31 mergeSergei Golubchik2013-05-0715-16/+25
| |\ \ \ | | | |/ | | |/|
| | * | Updated/added copyright headersMurthy Narkedimilli2013-02-2615-15/+21
| | |\ \
| | | * | Updated/added copyright headers.Murthy Narkedimilli2013-02-2536-38/+36
| | * | | BUG#14303860 - EXECUTING A SELECT QUERY WITH TOO Neeraj Bisht2013-01-141-0/+2
| | |\ \ \ | | | |/ /
| | | * | BUG#14303860 - EXECUTING A SELECT QUERY WITH TOO Neeraj Bisht2013-01-141-0/+2
| * | | | MDEV-260 auditing table accessesSergei Golubchik2013-04-192-1/+66
| * | | | MDEV-4332 Increase username length from 16 charactersSergei Golubchik2013-04-181-1/+1
| * | | | strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-0/+9
* | | | | Added some fixes that should make MyISAM & Aria REPAIR work with more than 4G...Michael Widenius2013-05-103-11/+15
* | | | | Changed the client library to only mark memory as THREAD_SPECIFIC if one has ...Michael Widenius2013-04-172-5/+5
* | | | | MDEV-26: Global transaction ID. First alpha release.unknown2013-04-151-1/+1
|\ \ \ \ \
| * | | | | MDEV-26: Global transaction ID.unknown2013-03-261-1/+1
* | | | | | 5.5 mergeSergei Golubchik2013-04-142-1/+20
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 5.3 mergeSergei Golubchik2013-04-122-1/+27
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | 5.2 mergeSergei Golubchik2013-04-112-1/+27
| | |\ \ \ \
| | | * \ \ \ 5.1 mergeSergei Golubchik2013-04-112-1/+27
| | | |\ \ \ \
| | | | * | | | MDEV-4244 [PATCH] Buffer overruns and use-after-free errorsSergei Golubchik2013-04-061-1/+2
| | | | * | | | MDEV-4088 Replication 10.0 -> 5.5 failsSergei Golubchik2013-04-041-0/+27
| | * | | | | | 5.2 -> 5.3Sergei Golubchik2013-02-281-2/+2
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | 5.1 -> 5.2 mergeSergei Golubchik2013-02-281-2/+2
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | mysql-5.1 mergeSergei Golubchik2013-02-281-2/+2
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |