Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge. | Sergei Golubchik | 2010-11-25 | 1 | -10/+49 |
|\ | |||||
| * | Merge 5.2->5.3 | Sergey Petrunya | 2010-10-10 | 1 | -6/+6 |
| |\ | |||||
| | * | Change some my_bool in C++ classes and a few functions to bool to detect wron... | Michael Widenius | 2010-09-24 | 1 | -4/+4 |
| | * | Merge with MariaDB 5.1.49 | Michael Widenius | 2010-08-05 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Merge with MySQL 5.1.49 | Michael Widenius | 2010-08-02 | 1 | -2/+2 |
| | | |\ | |||||
| * | | | | Fixed LP BUG#615760: Check on double cache assignment added into the transfor... | unknown | 2010-09-06 | 1 | -1/+2 |
| * | | | | Subquery cache (MWL#66) added. | unknown | 2010-07-10 | 1 | -0/+1 |
| * | | | | MariaDB 5.2 -> MariaDB 5.3 merge | Sergey Petrunya | 2010-06-26 | 1 | -7/+29 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | merge 5.1->5.2 | Sergei Golubchik | 2010-06-01 | 1 | -7/+29 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge with MySQL 5.1.47 | Michael Widenius | 2010-05-26 | 1 | -2/+12 |
| | | |\ \ | |||||
| | | * \ \ | Merge MySQL 5.1.46 into MariaDB. | unknown | 2010-04-28 | 1 | -5/+17 |
| | | |\ \ \ | |||||
| * | | \ \ \ | Merge MariaDB-5.2 -> MariaDB 5.3 | Sergey Petrunya | 2010-03-20 | 1 | -14/+37 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | merged | Sergei Golubchik | 2010-03-15 | 1 | -0/+4 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Merge MySQL 5.1.44 into MariaDB. | unknown | 2010-03-04 | 1 | -0/+4 |
| | | |\ \ \ \ | |||||
| | * | \ \ \ \ | merge 5.1->5.2 | unknown | 2010-02-01 | 1 | -13/+29 |
| | |\ \ \ \ \ \ | | | |/ / / / / | |||||
| | | * | | | | | Merge with MySQL 5.1.42 | Michael Widenius | 2010-01-15 | 1 | -13/+29 |
| | | |\ \ \ \ \ | |||||
| | * | | | | | | | Applied Antony T Curtis patch for declaring many CHARSET objects as const | Michael Widenius | 2010-01-06 | 1 | -1/+1 |
| | |/ / / / / / | |||||
| | * | | | | | | Merge with MySQL 5.1, with following additions: | unknown | 2009-11-16 | 1 | -0/+3 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | Merge in MWL#68: Subquery optimization: Efficient NOT IN execution with NULLs | unknown | 2010-03-15 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | MWL#68 Subquery optimization: Efficient NOT IN execution with NULLs | unknown | 2010-02-19 | 1 | -0/+1 |
| * | | | | | | | | | BUG#45174: XOR in subqueries produces differing results in 5.1 and 5.4 | Sergey Petrunya | 2010-03-13 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Subquery optimizations backport: | Sergey Petrunya | 2010-02-17 | 1 | -0/+1 |
| * | | | | | | | | Apply Jorgen Loland's fix: Bug#45221: Query "SELECT pk FROM C WHERE pk IN (SE... | Sergey Petrunya | 2010-02-12 | 1 | -2/+22 |
| * | | | | | | | | Backport of subquery optimizations to 5.3. | Sergey Petrunya | 2010-01-17 | 1 | -1/+15 |
| |/ / / / / / / | |||||
| * | | | | | | | MWL#17: Table elimination | Sergey Petrunya | 2009-08-20 | 1 | -0/+1 |
* | | | | | | | | WL#5498: Remove dead and unused source code | Davi Arnaut | 2010-07-23 | 1 | -21/+2 |
* | | | | | | | | Bug#49771: Incorrect MIN/MAX for date/time values. | Evgeny Potemkin | 2010-07-19 | 1 | -1/+11 |
* | | | | | | | | 5.1-bugteam->trunk-merge merge | Sergey Glukhov | 2010-06-08 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | 5.0-bugteam->5.1-bugteam merge | Sergey Glukhov | 2010-06-08 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | Bug#53933 crash when using uncacheable subquery in the having clause of outer... | Sergey Glukhov | 2010-06-08 | 1 | -2/+2 |
* | | | | | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-04-30 | 1 | -2/+12 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Bug#52124 memory leaks like a sieve in datetime, timestamp, time, date fields... | Sergey Glukhov | 2010-04-16 | 1 | -2/+12 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | WL#5030: Split and remove mysql_priv.h | Mats Kindahl | 2010-03-31 | 1 | -0/+21 |
* | | | | | | | Manual merge of mysql-trunk into mysql-trunk-merge. | Alexey Kopytov | 2010-03-24 | 1 | -1/+5 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Manual merge from mysql-next-mr. | Alexander Nozdrin | 2010-03-01 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | WL#2649 Number-to-string conversions | Alexander Barkov | 2010-02-11 | 1 | -0/+5 |
| * | | | | | | | | Manual merge from mysql-trunk-merge. | Alexander Nozdrin | 2010-03-01 | 1 | -3/+15 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Auto-merge from mysql-trunk-merge. | Alexander Nozdrin | 2009-12-16 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Manual merge from mysql-trunk-merge. | Alexander Nozdrin | 2009-12-16 | 1 | -6/+7 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Manual merge from mysql-trunk-merge. | Alexander Nozdrin | 2009-12-12 | 1 | -13/+30 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Manual merge from mysql-next-mr. | Alexander Nozdrin | 2009-12-02 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Manual resolving for the following files | Andrei Elkin | 2009-12-01 | 1 | -1/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ | merging from 5.1 to rep+2 starting at gca(5.1, next-mr) == build@mysql.com-20... | Andrei Elkin | 2009-11-30 | 1 | -0/+2 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / | | | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | | | Auto-merged fix for the bug#34384. | Evgeny Potemkin | 2009-12-01 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-03-20 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | / / / / / | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Bug #49829 Many "hides virtual function" warnings with | Staale Smedseng | 2010-03-14 | 1 | -2/+2 |
* | | | | | | | | | | | | | Manual merge from mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-02-26 | 1 | -3/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | / / / / / | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Bug#50995 Having clause on subquery result produces incorrect results. | Sergey Glukhov | 2010-02-26 | 1 | -3/+15 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | merge 5.1-main to 5.1-bugteam | Georgi Kodinov | 2010-01-13 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
* | | | | | | | | | | | Manual merge from mysql-5.1. | Alexander Nozdrin | 2009-12-16 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | / / / | |_|_|_|_|_|_|/ / / |/| | | | | | | | | |