summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | |\ \
* | | | | | | MDEV-4088 Replication 10.0 -> 5.5 failsSergei Golubchik2013-04-091-0/+7
* | | | | | | post-review comments and other minor editsSergei Golubchik2013-04-091-1/+1
* | | | | | | * frm extra2 segment.Sergei Golubchik2013-04-091-1/+1
* | | | | | | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-1/+1
* | | | | | | remove ha_create_table_from_engine()Sergei Golubchik2013-04-091-1/+1
* | | | | | | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-1/+1
* | | | | | | simpler fix for mysql bug #56085, no need to write an error interceptor,Sergei Golubchik2013-04-071-3/+5
* | | | | | | macro do {} while(0) safetySergei Golubchik2013-04-071-1/+1
* | | | | | | my_dir() cleanupSergei Golubchik2013-04-072-3/+3
* | | | | | | remove the service for installing the closed-source mysql thread pool pluginSergei Golubchik2013-04-076-93/+4
* | | | | | | small cleanupSergei Golubchik2013-04-071-7/+5
* | | | | | | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-073-37/+23
* | | | | | | Merge 5.5->10.0-baseIgor Babaev2013-03-311-56/+59
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-4243 : remove several clang warnings.Vladislav Vaintroub2013-03-291-56/+59
* | | | | | | 5.5 mergeSergei Golubchik2013-03-278-9/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-263-5/+5
| * | | | | | MDEV-4186 Test case main.myisampack fails on ppc32 (only)Sergei Golubchik2013-03-081-2/+2
| * | | | | | MDEV-4068 rpm scriptlet chown command dangerousSergei Golubchik2013-03-061-0/+8
| * | | | | | merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-283-2/+4
| |\ \ \ \ \ \
| | * \ \ \ \ \ BUG#11753923-SQL THREAD CRASHES ON DISK FULLVenkatesh Duggirala2013-01-021-0/+2
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | BUG#11753923-SQL THREAD CRASHES ON DISK FULLVenkatesh Duggirala2013-01-021-0/+2
| | * | | | | | Updated README and client executables copyright year to 2013Kent Boortz2013-01-011-2/+2
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Updated README and client executables copyright year to 2013Kent Boortz2013-01-011-2/+2
| | * | | | | | Bug#15960005 VALGRIND WARNINGS IN PROCESS_ARGSTor Didriksen2012-12-101-0/+1
| | * | | | | | Merging from 5.1 to 5.5 for bug#11761752Ravinder Thakur2012-12-131-0/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | bug#11761752: DO NOT ALLOW USE OF ALTERNATE DATA STREAMS ON NTFS FILESYSTEM.Ravinder Thakur2012-12-131-0/+1
| | * | | | | | BUG#14458232 - CRASH IN THD_IS_TRANSACTION_ACTIVE DURINGThayumanavar2012-11-091-0/+1
* | | | | | | | Speed up connection time:Michael Widenius2013-03-201-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix for MDEV-4149, backport from 10.0:Elena Stepanova2013-02-081-1/+1
* | | | | | | 5.5 mergeSergei Golubchik2013-01-2911-68/+159
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-187-26/+111
| * | | | | | remove thd_mark_as_hard_kill()Sergei Golubchik2013-01-154-15/+0
| * | | | | | Buildbot fixes and cleanups:Michael Widenius2013-01-112-7/+16
| * | | | | | Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-114-0/+14
| * | | | | | MDEV-3846 REFRESH_CHECKPOINT and REFRESH_TABLE_STATS tokens share the same valueSergei Golubchik2013-01-091-32/+32
* | | | | | | my_alloca() when it's mapped to malloc() works most certainly MY_THREAD_SPECIFICSergei Golubchik2013-01-281-1/+1
* | | | | | | cleanup:Sergei Golubchik2013-01-231-1/+1
* | | | | | | cleanup:Sergei Golubchik2013-01-232-4/+4