Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Subquery cache (MWL#66) added. | unknown | 2010-07-10 | 1 | -7/+16 |
* | Fix windows build: provide log2 function if the system doesn't have it. | Sergey Petrunya | 2010-06-26 | 1 | -0/+13 |
* | MariaDB 5.2 -> MariaDB 5.3 merge | Sergey Petrunya | 2010-06-26 | 1 | -26/+23 |
|\ | |||||
| * | merge 5.1->5.2 | Sergei Golubchik | 2010-06-01 | 1 | -20/+16 |
| |\ | |||||
| | * | Merge with MySQL 5.1.47 | Michael Widenius | 2010-05-26 | 1 | -0/+6 |
| | |\ | |||||
| | | * | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants. | Georgi Kodinov | 2010-05-04 | 1 | -1/+1 |
| | | |\ | |||||
| | | * | | Bug#50373 --secure-file-priv="" | Kristofer Pettersson | 2010-05-03 | 1 | -0/+6 |
| | * | | | Changed the fixes for the following bugs: | Igor Babaev | 2010-05-25 | 1 | -2/+3 |
| | * | | | Automerge MariaDB 5.1.44b release. | unknown | 2010-05-10 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge MySQL 5.1.46 into MariaDB. | unknown | 2010-04-28 | 1 | -20/+9 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Bug #37168: Missing variable - skip_name_resolve | Georgi Kodinov | 2010-03-31 | 1 | -0/+1 |
| | | * | | | Bug #51648 DBUG_SYNC_POINT is not defined on all platforms and mtr cant pre-... | Andrei Elkin | 2010-03-19 | 1 | -14/+0 |
| | | * | | | Bug#47974 'TYPE=storage_engine' is deprecated and will be | Magne Mahre | 2010-02-09 | 1 | -5/+7 |
| | | * | | | Bug #45640: optimizer bug produces wrong results | Gleb Shchepa | 2010-02-06 | 1 | -1/+1 |
| * | | | | | merged | Sergei Golubchik | 2010-05-15 | 1 | -1/+1 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Cherry-pick fix for Bug#53371, security hole with bypassing grants using spec... | unknown | 2010-05-09 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | MWL#43 CREATE TABLE options (by Sanja) | Sergei Golubchik | 2010-04-08 | 1 | -2/+3 |
| * | | | | pluggable auth with plugin examples | Sergei Golubchik | 2010-03-29 | 1 | -3/+3 |
* | | | | | Merge MariaDB-5.2 -> MariaDB 5.3 | Sergey Petrunya | 2010-03-20 | 1 | -9/+33 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merged | Sergei Golubchik | 2010-03-15 | 1 | -5/+19 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge MySQL 5.1.44 into MariaDB. | unknown | 2010-03-04 | 1 | -5/+19 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | WL#5182 Remove more deprecated 4.1/5.0 features | Magne Mahre | 2010-01-27 | 1 | -1/+1 |
| | | * | | Backport Bug#37148 to 5.1 | He Zhenxing | 2010-01-24 | 1 | -2/+2 |
| | | * | | Bug#49501 Inefficient information_schema check (system collation), addon | Sergey Glukhov | 2010-01-22 | 1 | -0/+6 |
| | | * | | WL#5154 Remove deprecated 4.1 features | Magne Mahre | 2010-01-21 | 1 | -0/+4 |
| | | * | | Bug#49501 Inefficient information_schema check (system collation) | Sergey Glukhov | 2010-01-19 | 1 | -2/+6 |
| * | | | | mwl:98 - libservices | Sergei Golubchik | 2010-03-03 | 1 | -0/+10 |
| * | | | | merged | Sergei Golubchik | 2010-02-12 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | When one does a drop table, the indexes are not flushed to disk before drop a... | Michael Widenius | 2010-02-10 | 1 | -1/+1 |
| * | | | | merge 5.1-> 5.2 | unknown | 2009-12-08 | 1 | -3/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge with MySQL 5.1, with following additions: | unknown | 2009-11-16 | 1 | -3/+3 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Addendum to the fix for bug 43029 | Georgi Kodinov | 2009-10-08 | 1 | -0/+1 |
| | | * | | Bug#32430: 'show innodb status' causes errors | Mattias Jonsson | 2009-09-25 | 1 | -3/+2 |
* | | | | | MWL#68 Subquery optimization: Efficient NOT IN execution with NULLs | unknown | 2010-03-09 | 1 | -6/+12 |
* | | | | | Backport of subquery optimizations to 5.3. | Sergey Petrunya | 2010-01-17 | 1 | -5/+26 |
* | | | | | MWL#67: MRR backport | Sergey Petrunya | 2009-12-22 | 1 | -4/+7 |
* | | | | | Backport into MariaDB-5.2 the following: | Sergey Petrunya | 2009-12-15 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge of the patch introducing virtual columns into maria-5.2 | Igor Babaev | 2009-11-11 | 1 | -3/+7 |
|\ \ \ \ | |||||
| * \ \ \ | Merge | Igor Babaev | 2009-11-09 | 1 | -1/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge with latest MariaDB 5.1 trunk. | unknown | 2009-10-15 | 1 | -1/+0 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge MySQL 5.1.39 into MariaDB 5.1. | unknown | 2009-10-15 | 1 | -1/+2 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | merge | Mattias Jonsson | 2009-08-26 | 1 | -1/+2 |
| | | |\ \ \ | |||||
| | | | * | | | Bug#32430: 'show innodb status' causes errors | Mattias Jonsson | 2009-08-07 | 1 | -1/+2 |
| * | | | | | | Merge | Igor Babaev | 2009-10-17 | 1 | -1/+0 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. | Igor Babaev | 2009-10-16 | 1 | -2/+5 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | MWL#36: Add a mysqlbinlog option to change the used database | Sergey Petrunya | 2009-11-05 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | MWL#36: Add a mysqlbinlog option to change the used database. | Alexander Ivanov | 2009-10-16 | 1 | -1/+0 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| * | | | | | | MWL#36: Add a mysqlbinlog option to change the used database. | Alexander Ivanov | 2009-10-16 | 1 | -0/+4 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | This is based on the userstatv2 patch from Percona and OurDelta. | Michael Widenius | 2009-10-19 | 1 | -1/+22 |
| |/ / / / |/| | | | | |||||
* | | | | | merge | unknown | 2009-10-06 | 1 | -1/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | |