summaryrefslogtreecommitdiff
path: root/mysql-test/r/subselect_no_semijoin.result
Commit message (Expand)AuthorAgeFilesLines
* 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-43/+43
* | | | 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
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-2/+68
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-2/+68
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-1/+1
| | * MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread ...Oleksandr Byelkin2015-10-061-0/+28
| | * MDEV-7445:Server crash with Signal 6Oleksandr Byelkin2015-10-061-1/+7
| | * MDEV-7445: Server crash with Signal 6Oleksandr Byelkin2015-10-061-0/+20
| | * MDEV-7565: Server crash with Signal 6 (part 2)Oleksandr Byelkin2015-10-061-0/+12
* | | MDEV-8380: Subquery parse errorOleksandr Byelkin2015-10-061-4/+8
* | | MDEV-8852 Implicit or explicit CAST from MAX(string) to INT,DOUBLE,DECIMAL do...Alexander Barkov2015-09-281-0/+8
* | | MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-171-0/+10
* | | MDEV-8706 Wrong result for SELECT..WHERE time_column=TIMESTAMP'2015-08-30 00:...Alexander Barkov2015-09-091-2/+2
* | | Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-181-1/+1
* | | MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal d...Alexander Barkov2014-11-031-2/+2
* | | MDEV-334: Backport of UNION ALL optimization from mysql-5.7.Igor Babaev2014-10-141-0/+2
* | | MDEV-6657: Poor plan choice for ORDER BY key DESC optimization...bb-10.1-mdev6657Sergei Petrunia2014-09-021-2/+2
|/ /
* | MDEV-6047: Make exists_to_in optimization ON by defaultunknown2014-06-091-9/+9
* | 5.5 mergeSergei Golubchik2014-05-091-0/+8
|\ \ | |/
| * MDEV-5991: crash in Item_field::used_tablesmariadb-5.5.37unknown2014-04-151-0/+8