Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with mysql-5.5.21 | Sergei Golubchik | 2012-03-09 | 1 | -0/+2 |
|\ | |||||
| * | Fixed bug#11753187 (formerly known as bug 44585): SP_CACHE BEHAVES AS | Dmitry Shulga | 2012-01-25 | 1 | -0/+2 |
* | | mdev-20: INSTALL PLUGIN SONAME | Sergei Golubchik | 2012-03-05 | 1 | -1/+2 |
* | | Update copyright notices | Vladislav Vaintroub | 2012-02-28 | 1 | -1/+1 |
* | | merge from 5.5 | Vladislav Vaintroub | 2012-02-16 | 1 | -3/+13 |
|\ \ | |||||
| * \ | Merge fix for lp:910817: Race condition in kill_threads_for_user(). | unknown | 2012-02-10 | 1 | -3/+13 |
| |\ \ | |||||
| | * | | lp:910817: Race condition in kill_threads_for_user() | unknown | 2012-02-10 | 1 | -3/+13 |
* | | | | small cleanups | Vladislav Vaintroub | 2012-01-24 | 1 | -1/+0 |
* | | | | merge | Vladislav Vaintroub | 2012-01-24 | 1 | -6/+36 |
|\ \ \ \ | |/ / / | |||||
| * | | | mysql-5.5 merge | Sergei Golubchik | 2012-01-16 | 1 | -1/+3 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge from mysql-5.5.18-release | unknown | 2011-11-17 | 1 | -2/+29 |
| | |\ \ | |||||
| | | * \ | Bug12589870 post merge fixes - manual merge | Tatjana Azundris Nuernberg | 2011-10-19 | 1 | -2/+4 |
| | | |\ \ | |||||
| | | * \ \ | merge mysql-5.5->mysql-5.5-security | Georgi Kodinov | 2011-10-12 | 1 | -0/+46 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge from 5.1-security | Magne Mahre | 2011-10-07 | 1 | -2/+19 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Manual merge from mysql-5.1-security. | Alexander Nozdrin | 2011-09-23 | 1 | -0/+8 |
| | | |\ \ \ \ \ | |||||
| | * | | | | | | | Bug#11763573 - 56299: MUTEX DEADLOCK WITH COM_BINLOG_DUMP, BINLOG PURGE, AND ... | Andrei Elkin | 2011-10-27 | 1 | -1/+1 |
| | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | 5.3 merge | Sergei Golubchik | 2012-01-13 | 1 | -5/+33 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | * | | | | | | Fixed valgrind error when storing db_name_length in query_cache. | Michael Widenius | 2011-12-13 | 1 | -5/+5 |
| | * | | | | | | Merge with 5.2. | Michael Widenius | 2011-12-11 | 1 | -27/+93 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge with MariaDB 5.1 | Michael Widenius | 2011-11-24 | 1 | -27/+93 |
| | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | Merge with MySQL 5.1.60 | Michael Widenius | 2011-11-23 | 1 | -7/+60 |
| | | | |\ \ \ \ \ \ | | | | | | |_|_|_|/ | | | | | |/| | | | | |||||
| | | | | * | | | | | Bug12589870 post-merge fixes for Sparc64 and friends | Tatjana Azundris Nuernberg | 2011-10-19 | 1 | -2/+4 |
| | | | | * | | | | | auto-merge mysql-5.1->mysql-5.1-security | Georgi Kodinov | 2011-10-12 | 1 | -0/+6 |
| | | | | |\ \ \ \ \ | | | | | | |_|_|_|/ | | | | | |/| | | | | |||||
| | | | | * | | | | | BUG#12589870 CRASHES WITH MULTIQUERY PACKET + USE<DB> + QUERY CACHE | Magne Mahre | 2011-10-07 | 1 | -2/+19 |
| | | | | | |_|_|/ | | | | | |/| | | | |||||
| | | | | * | | | | Fix for Bug#13001491: MYSQL_REFRESH CRASHES WHEN STORED ROUTINES ARE RUN CONC... | Alexander Nozdrin | 2011-09-22 | 1 | -5/+39 |
| | | | * | | | | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged) | Michael Widenius | 2011-11-21 | 1 | -9/+22 |
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | | | |||||
* | | | | | | | | | merge 5.5 | Vladislav Vaintroub | 2012-01-11 | 1 | -1/+8 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | moved ha_maria::implicit_commit() calls around | Sergei Golubchik | 2012-01-06 | 1 | -1/+8 |
* | | | | | | | | | Small adjustements to threadpool | Vladislav Vaintroub | 2011-12-18 | 1 | -1/+1 |
* | | | | | | | | | Initial threadpool implementation for MariaDB 5.5 | Vladislav Vaintroub | 2011-12-08 | 1 | -1/+4 |
|/ / / / / / / / | |||||
* | | | | | | | | small cleanup | Sergei Golubchik | 2011-11-28 | 1 | -8/+1 |
* | | | | | | | | 5.3->5.5 merge | Sergei Golubchik | 2011-11-22 | 1 | -23/+136 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Fix of LP BUG#872775. | unknown | 2011-11-01 | 1 | -0/+1 |
| * | | | | | | | merge | Sergei Golubchik | 2011-10-11 | 1 | -8/+10 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Fixed that when using a trigger mysql.proc is now accessed | Michael Widenius | 2011-10-06 | 1 | -8/+10 |
| * | | | | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ... | Michael Widenius | 2011-09-23 | 1 | -22/+118 |
| * | | | | | | | Merge with 5.2 | Michael Widenius | 2011-09-10 | 1 | -0/+17 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ... | Michael Widenius | 2011-09-09 | 1 | -0/+17 |
| * | | | | | | | BUG#834534: Assertion `0' failed in replace_where_subcondition with semijoin ... | Sergey Petrunya | 2011-08-29 | 1 | -2/+0 |
* | | | | | | | | mysql-5.5.18 merge | Sergei Golubchik | 2011-11-03 | 1 | -1/+52 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | BUG#11758262 - 50439: MARK INSERT...SEL...ON DUP KEY UPD,REPLACE...SEL,CREATE... | Rohit Kalhans | 2011-09-29 | 1 | -0/+40 |
| * | | | | | | | manual merge | Tatjana Azundris Nuernberg | 2011-08-08 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Bug#11758414/Bug#50614: Default storage_engine not honored when set from with... | Tatjana Azundris Nuernberg | 2011-07-12 | 1 | -0/+6 |
| | | |_|_|/ | | |/| | | | |||||
| | * | | | | Updated/added copyright headers | Kent Boortz | 2011-07-03 | 1 | -8/+25 |
| | |\ \ \ \ | |||||
| | | * | | | | Fixed bug#11753738 (formely known as bug#45235) - 5.1 DOES NOT SUPPORT 5.0-ONLY | Dmitry Shulga | 2011-06-10 | 1 | -2/+6 |
| | * | | | | | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+4 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -1/+1 |
| | | * | | | | | Postfix bug#49124 | Libing Song | 2011-01-26 | 1 | -1/+1 |
| | | * | | | | | BUG#49124 Security issue with /*!-versioned */ SQL statements on Slave | unknown | 2011-01-15 | 1 | -6/+6 |
| * | | | | | | | Bug#12565712 - 61205: "QUERIES PER SECOND AVG" VALUE IN STATUS OUTPUT IS INCO... | Marc Alff | 2011-06-29 | 1 | -1/+1 |