summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* merge from latest 5.5Guilhem Bichot2011-05-211-3/+268
|\
| * mergeMikael Ronström2011-05-191-0/+19
| |\
| | * merge from 5.1 for bug#11764633Mayank Prasad2011-05-181-0/+19
| * | mergeMikael Ronstrom2011-05-041-0/+1
| |\ \ | | |/
| * | Fixed missing change of thd_unlock_connection_data to thd_unlock_thread_countMikael Ronstrom2011-04-201-1/+1
| * | Merge 5.5Mikael Ronström2011-04-151-9/+4
| |\ \
| * | | Changed name to better reflect function logic in accordance with WL#5788Mikael Ronström2011-04-151-2/+2
| * | | Use C++ manner for unused param instead of C mannerMikael Ronström2011-04-151-4/+2
| * | | Further review fixesMikael Ronstrom2011-03-041-3/+3
| * | | More work on interfacesMikael Ronström2011-02-161-0/+32
| * | | Defined private interface to THD variables, first step to plugin APIMikael Ronström2011-02-161-0/+196
| * | | Added setters to scheduler interfaceMikael Ronström2011-02-101-2/+12
| * | | more fixes of scheduler interface changesMikael Ronström2011-02-101-0/+10
| * | | mergeMikael Ronström2011-02-101-3/+4
| |\ \ \
| * | | | BUG#59549, fix compiler error on Windows, step 2Mikael Ronstrom2011-01-201-1/+1
* | | | | Merge from 5.1.Guilhem Bichot2011-05-211-3/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-5/+4
* | | | | Merge mysql-5.5-innodb -> mysql-5.5Vasil Dimov2011-04-211-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge mysql-5.1-innodb to mysql-5.5-innodb.Marko Mäkelä2011-04-111-0/+1
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Bug #11766513 - 59641: Prepared XA transaction in system after hard crashMarko Mäkelä2011-04-071-0/+1
* | | | A patch for Bug#11763166 (55847: SHOW WARNINGS returns emptyAlexander Nozdrin2011-04-151-9/+4
|/ / /
* | | Bug #59273 show profile source doesn't show Source_function or truncates Sour...Tor Didriksen2011-01-271-3/+4
| |/ |/|
* | BUG#58948 - Valgrind warning in do_handle_one_connection()Sergey Vojtovich2010-12-171-1/+1
* | Bug#58136: Crash in vio_close at concurrent disconnect and KILLDavi Arnaut2010-12-151-0/+34
* | Merge from mysql-5.5-runtime to mysql-5.5-bugteamJon Olav Hauglid2010-11-181-15/+58
|\ \
| * \ Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-161-2/+10
| |\ \
| * | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-3/+7
| * | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-10-251-3/+3
| |\ \ \
| * | | | Bug#37780: Make KILL reliable (main.kill fails randomly)Davi Arnaut2010-10-221-12/+51
* | | | | Bug#57306 SHOW PROCESSLIST does not display string literals well.Alexander Barkov2010-11-181-16/+6
| |_|/ / |/| | |
* | | | Bug#54812: assert in Diagnostics_area::set_ok_status Jorgen Loland2010-11-151-2/+10
| |/ / |/| |
* | | Manual merge2010-10-231-3/+3
|\ \ \ | |/ / |/| / | |/
| * Bug#27606 GRANT statement should be replicated with DEFINER information2010-10-231-3/+3
| * Bug#39932 "create table fails if column for FK is in differentMagne Mahre2010-09-011-1/+3
* | merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-201-121/+89
|\ \
| * \ Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-08-301-117/+14
| |\ \
| | * | BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates withAlfranio Correia2010-08-201-118/+10
| | * | Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-181-2/+2
| | |\ \
| | * \ \ Merge mysql-5.5-bugfixing -> mysql-5.5-innodbVasil Dimov2010-08-181-101/+67
| | |\ \ \
| | * | | | Fix bug #53496 Use Lock_time in slow query log output for InnoDB rowJimmy Yang2010-08-171-0/+5
| * | | | | Merging with mysql-5.5Mats Kindahl2010-08-231-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-161-58/+64
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | mergeGeorgi Kodinov2010-08-051-2/+2
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merge 5.1-bugteam -> 5.1-bug-42496Dmitry Shulga2010-07-231-0/+26
| | | |\ \ \
| | | * | | | Fixed bug #51855. Race condition in XA START. If several threadsDmitry Shulga2010-06-291-3/+7
| * | | | | | Merging with mysql-5.5-stage.Mats Kindahl2010-08-161-2/+73
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-071-2/+73
* | | | | | | merged mysql-5.5 into WL1054-5.5Georgi Kodinov2010-08-161-58/+64
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | BUG#50312 Warnings for unsafe sub-statement not returned to clientAlfranio Correia2010-08-101-58/+64
| | |/ / / / | |/| | | |
* | | | | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-22/+34
|/ / / / /