summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* mergeMikael Ronström2011-05-191-0/+1
|\
| * merge from 5.1 for bug#11764633Mayank Prasad2011-05-181-0/+1
* | mergeMikael Ronström2011-05-121-5/+13
|\ \ | |/
| * Preliminary patch for Bug#11848763 / 60025Alexander Nozdrin2011-05-061-5/+13
* | Merge 5.5Mikael Ronström2011-04-151-2/+2
|\ \ | |/
| * A patch for Bug#11763166 (55847: SHOW WARNINGS returns emptyAlexander Nozdrin2011-04-151-2/+2
* | Changed prefix from ES_ to STMT_ on Query arena stateMikael Ronstrom2011-03-041-12/+12
* | mergeMikael Ronström2011-02-101-1/+1
|\ \ | |/
| * mergeGeorgi Kodinov2011-02-021-1/+1
| |\
| | * merge to 5.1.Georgi Kodinov2011-02-021-1/+1
| | |\
| | | * Fixes for Bug #55755 and Bug #52315 part 2Georgi Kodinov2011-02-021-1/+1
* | | | BUG#59549, fix compiler error on Windows, step 2Mikael Ronstrom2011-01-201-12/+12
|/ / /
* | | MergeKent Boortz2010-12-291-1/+1
|\ \ \ | |/ /
| * | MergeKent Boortz2010-12-291-1/+1
| |\ \ | | |/
| | * - Added/updated copyright headersKent Boortz2010-12-281-1/+1
* | | Bug#58136: Crash in vio_close at concurrent disconnect and KILLDavi Arnaut2010-12-151-0/+3
* | | 5.1-bugteam->5.5-bugteam mergeSergey Glukhov2010-12-141-2/+0
|\ \ \ | |/ /
| * | Fixed following problems:Sergey Glukhov2010-12-141-2/+0
* | | Merge from mysql-5.5-runtime to mysql-5.5-bugteamJon Olav Hauglid2010-11-181-27/+54
|\ \ \
| * | | Implement a fix for Bug#57058 -- send SERVER_QUERY_WAS_SLOW overKonstantin Osipov2010-11-121-0/+14
| * | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-27/+34
| * | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-10-251-4/+3
| |\ \ \
| * | | | Bug#37780: Make KILL reliable (main.kill fails randomly)Davi Arnaut2010-10-221-0/+6
* | | | | Bug#57306 SHOW PROCESSLIST does not display string literals well.Alexander Barkov2010-11-181-7/+65
| |/ / / |/| | |
* | | | Manual mergeunknown2010-10-231-4/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bug#27606 GRANT statement should be replicated with DEFINER informationunknown2010-10-231-4/+3
| * | WL#5370 Keep forward-compatibility when changingunknown2010-08-181-2/+6
* | | merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-201-8/+13
|\ \ \
| * \ \ Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-08-301-1/+1
| |\ \ \
| | * \ \ Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-181-6/+6
| | |\ \ \
| | * \ \ \ Merge mysql-5.5-bugfixing -> mysql-5.5-innodbVasil Dimov2010-08-181-173/+11
| | |\ \ \ \
| | * | | | | Fix bug #53496 Use Lock_time in slow query log output for InnoDB rowJimmy Yang2010-08-171-1/+1
| * | | | | | Merging with mysql-5.5Mats Kindahl2010-08-231-6/+6
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-161-145/+4
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | mergeGeorgi Kodinov2010-08-051-6/+6
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| * | | | | | Merging with mysql-5.5-stage.Mats Kindahl2010-08-161-1/+6
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-071-1/+6
* | | | | | | merged mysql-5.5 into WL1054-5.5Georgi Kodinov2010-08-161-145/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | BUG#50312 Warnings for unsafe sub-statement not returned to clientAlfranio Correia2010-08-101-145/+4
| | |/ / / / | |/| | | |
* | | | | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-2/+12
|/ / / / /
* | | | | Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-17/+0
* | | | | Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-5/+1
|\ \ \ \ \
| * | | | | Implement WL#5502 Remove dead 5.0 class Sensitive_cursor.Konstantin Osipov2010-07-271-5/+1
| | |_|/ / | |/| | |
* | | | | Rename select_send::abort() to select_send::abort_result_set()Alexander Nozdrin2010-07-281-6/+6
|/ / / /
* | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-3/+132
|\ \ \ \
| * | | | BUG#54729: sleep() capped to 5 seconds when executed in the sql thread or in ...Sven Sandberg2010-07-131-1/+6
| * | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-1/+1
| * | | | BUG#53259 Unsafe statement binlogged in statement format w/MyIsam temp tablesAlfranio Correia2010-06-301-1/+125
* | | | | mergeGeorgi Kodinov2010-07-141-7/+10
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bug #53493 : add_to_status does not handle the longlong fields in STATUS_VARGeorgi Kodinov2010-07-141-7/+10