Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread ... | Oleksandr Byelkin | 2015-10-06 | 1 | -5/+3 |
* | MDEV-7445:Server crash with Signal 6 | Oleksandr Byelkin | 2015-10-06 | 1 | -7/+13 |
* | MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further ... | Sergei Golubchik | 2015-07-31 | 1 | -31/+0 |
* | Fixed warnings and errors found by buildbot | Monty | 2015-07-25 | 1 | -1/+12 |
* | Simple cleanups | Monty | 2015-06-25 | 1 | -1/+4 |
* | Problem was that for cases like: | Monty | 2015-06-25 | 1 | -1/+20 |
* | MDEV-6289 : Unexpected results when querying information_schema | Sergey Petrunya | 2014-07-23 | 1 | -2/+3 |
* | 5.3 merge | Sergei Golubchik | 2014-02-14 | 1 | -6/+3 |
|\ | |||||
| * | Remove the fix from MySQL-5.1 that's not necessary in 5.3 | Sergei Golubchik | 2014-02-13 | 1 | -6/+3 |
* | | merge 5.3->5.5 | unknown | 2013-11-11 | 1 | -19/+19 |
|\ \ | |/ | |||||
| * | MDEV-5153: Server crashes in Item_ref::fix_fields on 2nd execution of PS with... | unknown | 2013-11-11 | 1 | -19/+19 |
* | | Merge 5.3->5.5 | unknown | 2013-10-29 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | MDEV-5104 crash in Item_field::used_tables with broken order by | timour@askmonty.org | 2013-10-29 | 1 | -0/+1 |
| * | Merge MariaDB 5.1.66 -> 5.2 -> 5.3 | unknown | 2012-11-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge MariaDB 5.1.66 -> 5.2.12 | unknown | 2012-11-08 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge MySQL 5.1.66 -> MariaDB 5.1.65 | unknown | 2012-11-06 | 1 | -1/+1 |
| | | |\ | |||||
* | | | | | MDEV-5012 Server crashes in Item_ref::real_item on EXPLAIN with select subque... | Sergei Golubchik | 2013-09-13 | 1 | -1/+1 |
* | | | | | mysql-5.5.33 merge | Sergei Golubchik | 2013-09-06 | 1 | -1/+10 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | 5.1 -> 5.5 merge | Sergey Glukhov | 2013-05-07 | 1 | -4/+19 |
| |\ \ \ \ \ | |||||
| | * | | | | | Bug#16095534 CRASH: PREPARED STATEMENT CRASHES IN ITEM_BOOL_FUNC2::FIX_LENGTH... | Sergey Glukhov | 2013-05-07 | 1 | -4/+19 |
| | * | | | | | Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER | Murthy Narkedimilli | 2013-03-19 | 1 | -1/+1 |
| | * | | | | | Updated/added copyright headers. | Murthy Narkedimilli | 2013-02-25 | 1 | -1/+1 |
| | | |_|_|/ | | |/| | | | |||||
* | | | | | | Fix for MDEV-4144 | unknown | 2013-03-29 | 1 | -2/+13 |
* | | | | | | MDEV-4284 Assertion `cmp_items[(uint)cmp_type]' fails in sql/item_cmpfunc.cc | Sergei Golubchik | 2013-03-17 | 1 | -2/+8 |
* | | | | | | merge with mysql-5.5.30 minus few incorrect or not applicable changesets | Sergei Golubchik | 2013-02-28 | 1 | -1/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Bug#15972635: Incorrect results returned in 32 table join with HAVING | Roy Lyseng | 2012-12-21 | 1 | -1/+2 |
* | | | | | | mysql-5.5.29 merge | Sergei Golubchik | 2013-01-15 | 1 | -9/+22 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITH | Annamalai Gurusami | 2012-10-08 | 1 | -9/+22 |
* | | | | | | MDEV-3812 | unknown | 2012-10-27 | 1 | -2/+2 |
* | | | | | | MDEV-3812: Remove unneeded extra call to engine->exec() in Item_subselect::ex... | unknown | 2012-10-25 | 1 | -10/+13 |
* | | | | | | 5.3 merge | Sergei Golubchik | 2012-10-18 | 1 | -4/+2 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | MDEV-521 fix. | unknown | 2012-09-20 | 1 | -4/+2 |
* | | | | | | mysql-5.5.28 | Sergei Golubchik | 2012-10-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | 5.1 -> 5.5 merge | Sergey Glukhov | 2012-08-09 | 1 | -1/+1 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Bug #14409015 MEMORY LEAK WHEN REFERENCING OUTER FIELD IN HAVING | Sergey Glukhov | 2012-08-09 | 1 | -1/+1 |
* | | | | | | Fixed issues found by buildbot & valgrind: | Michael Widenius | 2012-10-04 | 1 | -1/+1 |
* | | | | | | Merged the fix for bug lp:1009187, mdev-373 | unknown | 2012-09-18 | 1 | -200/+105 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | - Merged the fix for bug lp:1009187, mdev-373. | unknown | 2012-09-17 | 1 | -200/+105 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Fix bug lp:1009187, mdev-373, mysql bug#58628 | unknown | 2012-09-14 | 1 | -85/+54 |
* | | | | | | Added new status variables: | Michael Widenius | 2012-09-09 | 1 | -0/+2 |
* | | | | | | 5.3 merge | Sergei Golubchik | 2012-08-27 | 1 | -2/+26 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | fix for MDEV-367 | unknown | 2012-08-25 | 1 | -1/+25 |
| * | | | | | MDEV-472 mysql-test-run --valgrind main.ps_2myisam gives warning about not in... | Sergei Golubchik | 2012-08-22 | 1 | -1/+1 |
* | | | | | | Fixed compiler warnings | Michael Widenius | 2012-08-15 | 1 | -0/+6 |
* | | | | | | Fixed compiler errors | Michael Widenius | 2012-08-14 | 1 | -6/+15 |
* | | | | | | MDEV-410: EXPLAIN shows type=range, while SHOW EXPLAIN and userstat show full... | Sergey Petrunya | 2012-07-25 | 1 | -1/+1 |
* | | | | | | Merged the fix for bug lp:944706, mdev-193 | unknown | 2012-06-19 | 1 | -0/+42 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge the fix for lp:944706, mdev-193 | unknown | 2012-06-06 | 1 | -0/+42 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix for bug lp:944706, task MDEV-193 | unknown | 2012-05-17 | 1 | -0/+42 |
* | | | | | | | | 5.3->5.5 merge | Sergey Petrunya | 2012-06-18 | 1 | -0/+36 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | |