Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto-merge from mysql-trunk-bugfixing. | Alexander Nozdrin | 2010-07-30 | 1 | -68/+21 |
|\ | |||||
| * | Merge trunk-bugfixing -> trunk-runtime. | Konstantin Osipov | 2010-07-29 | 1 | -1/+1 |
| |\ | |||||
| | * | Bug #55472: Assertion failed in heap_rfirst function of hp_rfirst.c on | Gleb Shchepa | 2010-07-29 | 1 | -1/+1 |
| * | | Merge trunk-bugfixing -> trunk-runtime. | Konstantin Osipov | 2010-07-27 | 1 | -79/+12 |
| |\ \ | | |/ | |||||
| * | | Implement WL#5502 Remove dead 5.0 class Sensitive_cursor. | Konstantin Osipov | 2010-07-27 | 1 | -67/+20 |
* | | | Rename select_send::abort() to select_send::abort_result_set() | Alexander Nozdrin | 2010-07-28 | 1 | -1/+1 |
| |/ |/| | |||||
* | | WL#5498: Remove dead and unused source code | Davi Arnaut | 2010-07-23 | 1 | -59/+0 |
* | | manual merge from mysql-5.1-bugteam | Jon Olav Hauglid | 2010-07-19 | 1 | -20/+12 |
|\ \ | |/ |/| | |||||
| * | Bug #54734 assert in Diagnostics_area::set_ok_status | Jon Olav Hauglid | 2010-07-19 | 1 | -20/+12 |
* | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge. | Davi Arnaut | 2010-07-15 | 1 | -207/+478 |
|\ \ | |||||
| * | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled | Davi Arnaut | 2010-07-08 | 1 | -5/+5 |
| * | | gcc warnings removal (after bugfix for bug 36569) | Gleb Shchepa | 2010-06-26 | 1 | -2/+2 |
| * | | Backport of Bug#53236 Segfault in DTCollation::set(DTCollation&) | Tor Didriksen | 2010-06-23 | 1 | -4/+2 |
| * | | Bug #30584: delete with order by and limit clauses does not | Gleb Shchepa | 2010-06-23 | 1 | -197/+464 |
* | | | 5.1-bugteam->trunk-merge merge | Sergey Glukhov | 2010-07-09 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Bug#54416 MAX from JOIN with HAVING returning NULL with 5.1 and Empty set | Sergey Glukhov | 2010-07-09 | 1 | -1/+1 |
* | | | 5.1-bugteam->trunk-merge merge | Sergey Glukhov | 2010-06-30 | 1 | -1/+10 |
|\ \ \ | |/ / | |||||
| * | | Bug#51431 Wrong sort order after import of dump file | Sergey Glukhov | 2010-06-30 | 1 | -1/+10 |
* | | | merge | Georgi Kodinov | 2010-06-25 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | merge | Georgi Kodinov | 2010-06-25 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Bug #52711: Segfault when doing EXPLAIN SELECT with | Georgi Kodinov | 2010-04-15 | 1 | -1/+2 |
* | | | | Automerge. | Ramil Kalimullin | 2010-06-24 | 1 | -5/+13 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Fix for bug #54459: Assertion failed: param.sort_length, | Ramil Kalimullin | 2010-06-24 | 1 | -5/+13 |
* | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge. | Davi Arnaut | 2010-06-10 | 1 | -10/+10 |
|\ \ \ | |/ / | |||||
| * | | Bug#42733: Type-punning warnings when compiling MySQL -- | Davi Arnaut | 2010-06-10 | 1 | -10/+10 |
* | | | Manual merge from mysql-trunk-bugfixing. | Alexander Nozdrin | 2010-06-07 | 1 | -3/+4 |
|\ \ \ | |||||
| * | | | Bug#53445: Build with -Wall and fix warnings that it generates | Davi Arnaut | 2010-05-31 | 1 | -1/+3 |
| * | | | Auto-merge from mysql-trunk. | Alexander Nozdrin | 2010-05-28 | 1 | -22/+72 |
| |\ \ \ | |||||
| * | | | | Committing on behalf or Dmitry Lenev: | Konstantin Osipov | 2010-04-28 | 1 | -2/+1 |
* | | | | | mysql-5.1-bugteam->mysql-trunk-merge | Sergey Glukhov | 2010-05-27 | 1 | -10/+33 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Bug#52005 'JOIN_TAB->dependent' may be incorrectly propageted for multilevel ... | Sergey Glukhov | 2010-05-27 | 1 | -10/+33 |
* | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-05-09 | 1 | -13/+53 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge of fix for Bug#52357 | Martin Hansson | 2010-05-07 | 1 | -2/+1 |
| |\ \ \ | |||||
| | * | | | Bug#53334 Incorrect result for InnoDB in LEFT JOIN with impossible condition | Sergey Glukhov | 2010-05-07 | 1 | -2/+1 |
| * | | | | Merge of fix for Bug#52357 | Martin Hansson | 2010-05-06 | 1 | -11/+52 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Bug#52357: Assertion failed: join->best_read in | Martin Hansson | 2010-05-06 | 1 | -11/+45 |
| | * | | | Backport of the fix for bug #50335 to 5.0. | Alexey Kopytov | 2010-04-27 | 1 | -3/+5 |
* | | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-05-07 | 1 | -2/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Automerge. | Alexey Kopytov | 2010-04-30 | 1 | -2/+1 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Bug #48419: another explain crash.. | Alexey Kopytov | 2010-04-30 | 1 | -2/+1 |
* | | | | | Manual merge from mysql-trunk. | Alexander Nozdrin | 2010-04-27 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Bug#51980 mysqld service crashes with a simple COUNT(DISTINCT) query over a view | unknown | 2010-04-13 | 1 | -1/+1 |
* | | | | | Manual merge of mysql-5.1-bugteam to | Alexey Kopytov | 2010-04-19 | 1 | -2/+19 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | WL#5030: Split and remove mysql_priv.h | Mats Kindahl | 2010-03-31 | 1 | -2/+19 |
* | | | | | Automerge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-04-11 | 1 | -5/+5 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Bug#52336 Segfault / crash in 5.1 copy_fields (param=0x9872980) at sql_select... | Sergey Glukhov | 2010-04-05 | 1 | -5/+5 |
| | |/ / | |/| | | |||||
* | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge. | Alexey Kopytov | 2010-04-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | 5.0-bugteam->5.1-bugteam merge | Sergey Glukhov | 2010-03-26 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Bug#52177 crash with explain, row comparison, join, text field | Sergey Glukhov | 2010-03-26 | 1 | -1/+1 |
* | | | | Automerge. | Alexey Kopytov | 2010-04-02 | 1 | -1/+12 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | |