summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-1/+1
* Fixed the bug mdev-13135.Igor Babaev2017-10-131-4/+17
* Fixed the bug mdev-12855.Igor Babaev2017-06-071-1/+4
* Fixed the bug mdev-12963.Igor Babaev2017-06-071-0/+1
* Fixed the bug mdev-12838.Igor Babaev2017-06-071-5/+66
* Fixed the bug mdev-7791.Igor Babaev2017-05-161-5/+13
* Fixed the bug mdev-12673.Igor Babaev2017-05-041-5/+7
* Fixed the bug mdev-10693.Igor Babaev2017-04-241-6/+15
* Fixed the bug mdev-12429 and its duplicates mdev-12145 and mdev-9886.Igor Babaev2017-04-041-1/+1
* MDEV-9635: Server crashes in part_of_refkey or assertion `!created && key_to...Oleksandr Byelkin2017-02-281-1/+1
* Fixed bug mdev-7992.Igor Babaev2017-02-241-39/+34
* Fixed bug mdev-9028.Igor Babaev2017-02-161-1/+3
* Fixed bug mdev-10705.Igor Babaev2017-01-051-1/+6
* Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-12-221-0/+3
|\
| * Bug #23135667: CRASH AFTER DEEPLY NESTED BUILD_EQUAL_ITEMS_FOR_CONDChaithra Gopalareddy2016-08-181-0/+3
* | MDEV-10172: UNION query returns incorrect rows outside conditional evaluationOleksandr Byelkin2016-12-201-4/+9
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-09-111-0/+1
|\ \ | |/
| * Bug #24380263: INCORRECT BEHAVIOR WITH PARAMETER ANDSreeharsha Ramanavarapu2016-08-031-0/+1
* | DEV-10595 MariaDB daemon leaks memory with specific queryMonty2016-08-251-6/+23
* | MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view...Alexander Barkov2016-06-101-2/+4
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-15/+35
|\ \ | |/
| * Bug#21682356: STOP INJECTING DATA ITEMS IN AN ERROR MESSAGEKnut Anders Hatlen2016-01-171-10/+30
* | MDEV-9707 MAX(timestamp(6) column) in correlated sub-query returns non-existe...Sergei Golubchik2016-04-191-8/+9
* | MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-101-13/+0
* | MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-091-0/+25
* | Merge branch 'bb-5.5-serg' into 5.5Sergei Golubchik2016-02-091-1/+1
|\ \
| * \ Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+1
| |\ \ | | |/
| | * Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_...Chaithra Gopalareddy2015-11-201-2/+17
* | | MDEV-6859: scalar subqueries in a comparison produced unexpected resultSergei Petrunia2016-02-091-0/+11
|/ /
* | revert 5e9a50efc37c233f1e2a3616f8bcb36315aba4c2Sergei Golubchik2015-12-111-3/+1
* | revert 415faa122b9c683661dafac82fff414fa6864151Sergei Golubchik2015-12-111-11/+0
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-091-7/+25
|\ \ | |/
| * Bug #22023218: MYSQL 5.5: MAIN.FULLTEXT HAS VALGRIND ISSUES.Sreeharsha Ramanavarapu2015-11-031-10/+26
| * Bug #19434916: FATAL_SIGNAL IN ADD_KEY_EQUAL_FIELDS() WITHSreeharsha Ramanavarapu2015-10-011-0/+12
* | DEV-8632 Segmentation fault on INSERTOleksandr Byelkin2015-11-091-0/+6
* | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-0/+5
|\ \ | |/
| * Merge branch 'mysql-5.1' into mysql-5.5Ajo Robert2015-08-071-0/+1
| |\
| | * Bug #20760261 mysqld crashed in materialized_cursor::Ajo Robert2015-08-071-0/+1
| * | Merge branch 'mysql-5.1' into mysql-5.5Mithun C Y2015-08-041-0/+5
| |\ \ | | |/
| | * Bug #21096444: MYSQL IS TRYING TO PERFORM A CONSISTENT READ BUT THE READ VIEW...Mithun C Y2015-08-041-0/+5
| | * Bug #20730220 : BACKPORT BUG#19880368 TO 5.1Chaithra Gopalareddy2015-03-231-0/+11
| | * Bug #20730129: BACKPORT BUG#19612819 TO 5.1Chaithra Gopalareddy2015-03-231-10/+25
| | * Bug #16119355: PREPARED STATEMENT: READ OF FREED MEMORY WITHChaithra Gopalareddy2013-05-231-40/+64
| | * Bug#16119355:PREPARED STATEMENT: READ OF FREED MEMORY WITH STRING CONVERSION ...Chaithra Gopalareddy2013-05-101-64/+40
* | | Problem was that for cases like:Monty2015-06-251-5/+7
* | | Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigge...Monty2015-06-251-1/+1
* | | MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-...Sergei Petrunia2015-06-091-2/+16
* | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-10/+36
|\ \ \ | |/ /
| * | Bug#19880368 : GROUP_CONCAT CRASHES AFTER DUMP_LEAF_KEYChaithra Gopalareddy2015-02-201-0/+11
| * | Bug #19612819 : FILESORT: ASSERTION FAILED: POS->FIELD != 0 || POS->ITEM != 0Chaithra Gopalareddy2015-02-181-10/+25