Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge in fix for BUG#727667 | Sergey Petrunya | 2011-03-25 | 1 | -0/+2 |
|\ | |||||
| * | BUG#727667 Wrong result with OR + NOT NULL in maria-5.3 | Sergey Petrunya | 2011-03-05 | 1 | -0/+2 |
* | | Merge with 5.2 | Michael Widenius | 2011-03-09 | 1 | -6/+10 |
|\ \ | |/ |/| | |||||
| * | Merge with 5.1 to get in changes from MySQL 5.1.55 | Michael Widenius | 2011-02-28 | 1 | -6/+10 |
| |\ | |||||
| | * | Fixed compiler and build error: | Michael Widenius | 2011-02-25 | 1 | -2/+6 |
| * | | Merge with alias as String | Michael Widenius | 2011-02-28 | 1 | -13/+19 |
| |\ \ | |||||
| | * | | Change TABLE->alias to String for less memory reallocation | Michael Widenius | 2011-02-28 | 1 | -12/+16 |
* | | | | Merge in new handler and handlersocket code into 5.3 main | Michael Widenius | 2011-02-22 | 1 | -8/+5 |
|\ \ \ \ | |||||
| * \ \ \ | Merge with 5.1 | Michael Widenius | 2011-01-11 | 1 | -8/+5 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | virtual columns: | Sergei Golubchik | 2010-12-31 | 1 | -8/+5 |
* | | | | | Merge | Igor Babaev | 2011-01-21 | 1 | -41/+53 |
|\ \ \ \ \ | |||||
| * | | | | | The patch adds the code that allows to use equi-join conditions | Igor Babaev | 2011-01-04 | 1 | -41/+53 |
| |/ / / / | |||||
* | | | | | Backport of: | Sergey Petrunya | 2011-01-14 | 1 | -2/+0 |
|/ / / / | |||||
* | | | | Merge with 5.1-release. | Michael Widenius | 2010-12-06 | 1 | -0/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge with 5.1 | Michael Widenius | 2010-11-30 | 1 | -0/+10 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge with MySQL 5.1.52 | Michael Widenius | 2010-11-23 | 1 | -0/+10 |
| | |\ \ | |||||
| | | * | | Bug#51851: Server with SBR locks mutex twice on | Mattias Jonsson | 2010-10-01 | 1 | -0/+10 |
| | | * | | Bug#45288: pb2 returns a lot of compilation warnings on linux | Davi Arnaut | 2010-07-20 | 1 | -2/+1 |
* | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data. | Michael Widenius | 2010-11-27 | 1 | -1/+1 |
* | | | | | Code cleanup to get fewer reallocs() during execution. | Michael Widenius | 2010-11-24 | 1 | -12/+16 |
* | | | | | Merge to get make String reallocation faster | Michael Widenius | 2010-11-16 | 1 | -1/+3 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Make SQLString reallocation addaptive | Michael Widenius | 2010-11-08 | 1 | -1/+3 |
| |/ / / | |||||
* | | | | merge w/ 5.2 | Sergei Golubchik | 2010-11-02 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix LIKE in a vcol function, broken by a fix for mysql bug#54568. | Sergei Golubchik | 2010-10-30 | 1 | -0/+5 |
* | | | | Merge 5.2->5.3 | Sergey Petrunya | 2010-10-10 | 1 | -124/+157 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge with 5.1 | Sergei Golubchik | 2010-09-11 | 1 | -4/+14 |
| |\ \ \ | | |/ / | |||||
| | * | | Enable archive tables to work with mysql_upgrade / repair | Michael Widenius | 2010-09-03 | 1 | -1/+2 |
| | * | | Fix that one can run mysql_upgrade with long table names | Michael Widenius | 2010-09-03 | 1 | -3/+12 |
| * | | | Fixed compiler warnings and test failures | Michael Widenius | 2010-08-06 | 1 | -3/+7 |
| * | | | Merge with MariaDB 5.1.49 | Michael Widenius | 2010-08-05 | 1 | -90/+85 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed compiler warnings | Michael Widenius | 2010-08-04 | 1 | -5/+1 |
| | * | | Fixes bug when we run bcmp() on row when the storage engine hasn't filled in ... | Michael Widenius | 2010-08-04 | 1 | -0/+10 |
| | * | | Merge with MySQL 5.1.49 | Michael Widenius | 2010-08-02 | 1 | -76/+65 |
| | |\ \ | | | |/ | |||||
| | | * | Bug#42733: Type-punning warnings when compiling MySQL -- | Davi Arnaut | 2010-06-10 | 1 | -38/+35 |
| | | * | Bug #53830: !table || (!table->read_set || | Alexey Kopytov | 2010-05-25 | 1 | -0/+21 |
| | | * | Bug #53804: serious flaws in the alter database .. upgrade | Gleb Shchepa | 2010-05-21 | 1 | -24/+10 |
| | | * | Bug#53189 Table map version unused and can be removed | He Zhenxing | 2010-05-08 | 1 | -12/+0 |
| * | | | Fixed bug #607566. | Igor Babaev | 2010-07-19 | 1 | -7/+7 |
| * | | | Merge | Igor Babaev | 2010-07-17 | 1 | -12/+22 |
| |\ \ \ | |||||
| | * | | | Fixed bug #604503. | Igor Babaev | 2010-07-17 | 1 | -12/+22 |
| * | | | | Fixed bug #603186. | Igor Babaev | 2010-07-15 | 1 | -13/+22 |
| |/ / / | |||||
| * | | | Fixed bug #604549. | Igor Babaev | 2010-07-13 | 1 | -0/+5 |
* | | | | (no commit message) | unknown | 2010-09-08 | 1 | -1/+7 |
* | | | | Subquery cache (MWL#66) added. | unknown | 2010-07-10 | 1 | -0/+122 |
* | | | | MariaDB 5.2 -> MariaDB 5.3 merge | Sergey Petrunya | 2010-06-26 | 1 | -71/+105 |
|\ \ \ \ | |/ / / | |||||
| * | | | few small MySQL bugs/issues that impact the engines, as discussed in the SE s... | Sergei Golubchik | 2010-06-05 | 1 | -0/+9 |
| * | | | fixes for test suite | Sergei Golubchik | 2010-06-03 | 1 | -14/+4 |
| * | | | merge 5.1->5.2 | Sergei Golubchik | 2010-06-01 | 1 | -11/+16 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge with MySQL 5.1.47 | Michael Widenius | 2010-05-26 | 1 | -4/+12 |
| | |\ \ | | | |/ | |||||
| | | * | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants. | Georgi Kodinov | 2010-05-04 | 1 | -3/+26 |
| | | |\ |