summaryrefslogtreecommitdiff
path: root/mysql-test/r/subselect_no_scache.result
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12874 UPDATE statements with the same source and targethalfspawn2017-10-031-2/+0
* Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-0/+15
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-0/+15
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-0/+15
| | |\
| | | * Update subselect test results to pass on 10.0Vicențiu Ciorbaru2017-07-291-1/+8
| | | * Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-0/+8
| | | |\
| | | | * MDEV-7828 Assertion `key_read == 0' failed in TABLE::enable_keyread with SELE...Sergei Golubchik2017-07-121-0/+8
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-121-9/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-081-9/+34
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-07-071-8/+33
| | |\ \ \ | | | |/ /
| | | * | after-merge fix for a7ed4644a6fSergei Golubchik2017-07-061-4/+6
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-0/+22
| | | |\ \ | | | | |/
| | | | * MDEV-10146: Wrong result (or questionable result and behavior) with aggregate...Oleksandr Byelkin2017-07-051-0/+22
* | | | | MDEV-12137 DELETE statement with the same source and targethalfspawn2017-07-071-2/+3
* | | | | MDEV-12775 Reuse data type aggregation code for hybrid functions and UNIONAlexander Barkov2017-05-151-1/+1
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-051-0/+14
|\ \ \ \ \ | |/ / / /
| * | | | Fixed the bug mdev-12564.Igor Babaev2017-04-241-0/+14
* | | | | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT)Oleksandr Byelkin2017-03-141-45/+45
|/ / / /
* | | | cleanup: make a couple of tests more robustSergei Golubchik2017-02-131-26/+26
* | | | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-111-0/+11
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-0/+11
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-0/+11
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-0/+11
| | | |\ \ | | | | |/
| | | | * MDEV-10386 Assertion `fixed == 1' failed in virtual String* Item_func_conv_ch...Alexander Barkov2016-12-211-0/+11
* | | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-3/+3
* | | | | MDEV-7635: Part 1Nirbhay Choubey2017-02-101-0/+1
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-0/+11
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-0/+11
| | |\ \ | | | |/
| | | * MDEV-10776: Server crash on queryOleksandr Byelkin2016-12-061-0/+11
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-44/+44
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+18
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+2
| |\ \ \ | | |/ /
| | * | Added new status variables to make it easier to debug certain problems:Monty2016-08-211-0/+2
| * | | MDEV-10045: Server crashes in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2016-07-221-0/+16
* | | | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-6/+6
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-0/+12
|\ \ \ \ | |/ / /
| * | | MDEV-9487: Server crashes in Time_and_counter_tracker::incr_loops with UNION ...Oleksandr Byelkin2016-05-041-0/+12
* | | | revert second lookahead in the lexerSergei Golubchik2016-06-301-1/+1
* | | | restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILEDSergei Golubchik2016-06-301-1/+1
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-2/+2
* | | | MDEV-10051 Fix subselect to return a syntax error instead of "Incorrect usage...Alexander Barkov2016-05-231-1/+1
* | | | MDEV-10095 Fix derived tables to return a syntax error instead of "Illegal us...Alexander Barkov2016-05-211-2/+2
* | | | MDEV-10030 sql_yacc.yy: Split table_expression and remove PROCEDURE from crea...Alexander Barkov2016-05-061-1/+1
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-0/+4
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-0/+14
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-0/+14
| |\ \ | | |/
| | * MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-091-0/+13
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-0/+24
|\ \ \ | |/ /
| * | MDEV-7930 Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type !=...Oleksandr Byelkin2015-10-281-0/+24