Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from latest 5.5 | Guilhem Bichot | 2011-05-21 | 1 | -3/+268 |
|\ | |||||
| * | merge | Mikael Ronström | 2011-05-19 | 1 | -0/+19 |
| |\ | |||||
| | * | merge from 5.1 for bug#11764633 | Mayank Prasad | 2011-05-18 | 1 | -0/+19 |
| * | | merge | Mikael Ronstrom | 2011-05-04 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| * | | Fixed missing change of thd_unlock_connection_data to thd_unlock_thread_count | Mikael Ronstrom | 2011-04-20 | 1 | -1/+1 |
| * | | Merge 5.5 | Mikael Ronström | 2011-04-15 | 1 | -9/+4 |
| |\ \ | |||||
| * | | | Changed name to better reflect function logic in accordance with WL#5788 | Mikael Ronström | 2011-04-15 | 1 | -2/+2 |
| * | | | Use C++ manner for unused param instead of C manner | Mikael Ronström | 2011-04-15 | 1 | -4/+2 |
| * | | | Further review fixes | Mikael Ronstrom | 2011-03-04 | 1 | -3/+3 |
| * | | | More work on interfaces | Mikael Ronström | 2011-02-16 | 1 | -0/+32 |
| * | | | Defined private interface to THD variables, first step to plugin API | Mikael Ronström | 2011-02-16 | 1 | -0/+196 |
| * | | | Added setters to scheduler interface | Mikael Ronström | 2011-02-10 | 1 | -2/+12 |
| * | | | more fixes of scheduler interface changes | Mikael Ronström | 2011-02-10 | 1 | -0/+10 |
| * | | | merge | Mikael Ronström | 2011-02-10 | 1 | -3/+4 |
| |\ \ \ | |||||
| * | | | | BUG#59549, fix compiler error on Windows, step 2 | Mikael Ronstrom | 2011-01-20 | 1 | -1/+1 |
* | | | | | Merge from 5.1. | Guilhem Bichot | 2011-05-21 | 1 | -3/+4 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'. | Guilhem Bichot | 2011-05-16 | 1 | -5/+4 |
* | | | | | Merge mysql-5.5-innodb -> mysql-5.5 | Vasil Dimov | 2011-04-21 | 1 | -0/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Merge mysql-5.1-innodb to mysql-5.5-innodb. | Marko Mäkelä | 2011-04-11 | 1 | -0/+1 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | Bug #11766513 - 59641: Prepared XA transaction in system after hard crash | Marko Mäkelä | 2011-04-07 | 1 | -0/+1 |
* | | | | A patch for Bug#11763166 (55847: SHOW WARNINGS returns empty | Alexander Nozdrin | 2011-04-15 | 1 | -9/+4 |
|/ / / | |||||
* | | | Bug #59273 show profile source doesn't show Source_function or truncates Sour... | Tor Didriksen | 2011-01-27 | 1 | -3/+4 |
| |/ |/| | |||||
* | | BUG#58948 - Valgrind warning in do_handle_one_connection() | Sergey Vojtovich | 2010-12-17 | 1 | -1/+1 |
* | | Bug#58136: Crash in vio_close at concurrent disconnect and KILL | Davi Arnaut | 2010-12-15 | 1 | -0/+34 |
* | | Merge from mysql-5.5-runtime to mysql-5.5-bugteam | Jon Olav Hauglid | 2010-11-18 | 1 | -15/+58 |
|\ \ | |||||
| * \ | Merge from mysql-5.5-bugteam to mysql-5.5-runtime | Jon Olav Hauglid | 2010-11-16 | 1 | -2/+10 |
| |\ \ | |||||
| * | | | Patch that refactors global read lock implementation and fixes | Dmitry Lenev | 2010-11-11 | 1 | -3/+7 |
| * | | | Merge from mysql-5.5-bugteam to mysql-5.5-runtime | Jon Olav Hauglid | 2010-10-25 | 1 | -3/+3 |
| |\ \ \ | |||||
| * | | | | Bug#37780: Make KILL reliable (main.kill fails randomly) | Davi Arnaut | 2010-10-22 | 1 | -12/+51 |
* | | | | | Bug#57306 SHOW PROCESSLIST does not display string literals well. | Alexander Barkov | 2010-11-18 | 1 | -16/+6 |
| |_|/ / |/| | | | |||||
* | | | | Bug#54812: assert in Diagnostics_area::set_ok_status | Jorgen Loland | 2010-11-15 | 1 | -2/+10 |
| |/ / |/| | | |||||
* | | | Manual merge | 2010-10-23 | 1 | -3/+3 | |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Bug#27606 GRANT statement should be replicated with DEFINER information | 2010-10-23 | 1 | -3/+3 | |
| * | Bug#39932 "create table fails if column for FK is in different | Magne Mahre | 2010-09-01 | 1 | -1/+3 |
* | | merge of mysql-5.5 into mysql-5.5-wl1054 | Georgi Kodinov | 2010-09-20 | 1 | -121/+89 |
|\ \ | |||||
| * \ | Auto-merge from mysql-5.5-merge. | Alexander Nozdrin | 2010-08-30 | 1 | -117/+14 |
| |\ \ | |||||
| | * | | BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates with | Alfranio Correia | 2010-08-20 | 1 | -118/+10 |
| | * | | Auto-merge from mysql-5.5. | Alexander Nozdrin | 2010-08-18 | 1 | -2/+2 |
| | |\ \ | |||||
| | * \ \ | Merge mysql-5.5-bugfixing -> mysql-5.5-innodb | Vasil Dimov | 2010-08-18 | 1 | -101/+67 |
| | |\ \ \ | |||||
| | * | | | | Fix bug #53496 Use Lock_time in slow query log output for InnoDB row | Jimmy Yang | 2010-08-17 | 1 | -0/+5 |
| * | | | | | Merging with mysql-5.5 | Mats Kindahl | 2010-08-23 | 1 | -2/+2 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Auto-merge from mysql-5.5. | Alexander Nozdrin | 2010-08-16 | 1 | -58/+64 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | * | | | | merge | Georgi Kodinov | 2010-08-05 | 1 | -2/+2 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Merge 5.1-bugteam -> 5.1-bug-42496 | Dmitry Shulga | 2010-07-23 | 1 | -0/+26 |
| | | |\ \ \ | |||||
| | | * | | | | Fixed bug #51855. Race condition in XA START. If several threads | Dmitry Shulga | 2010-06-29 | 1 | -3/+7 |
| * | | | | | | Merging with mysql-5.5-stage. | Mats Kindahl | 2010-08-16 | 1 | -2/+73 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| | * | | | | | WL#5363: Thread Pool Service Interface | Mats Kindahl | 2010-06-07 | 1 | -2/+73 |
* | | | | | | | merged mysql-5.5 into WL1054-5.5 | Georgi Kodinov | 2010-08-16 | 1 | -58/+64 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | BUG#50312 Warnings for unsafe sub-statement not returned to client | Alfranio Correia | 2010-08-10 | 1 | -58/+64 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | WL#1054: Pluggable authentication support | Georgi Kodinov | 2010-08-09 | 1 | -22/+34 |
|/ / / / / |