summaryrefslogtreecommitdiff
path: root/mysql-test/r/subselect.result
Commit message (Expand)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-7285/+0
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-111-0/+26
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-111-0/+26
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2018-01-111-0/+26
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2018-01-111-0/+26
| | | |\
| | | | * Merge 5.5 into 10.0Marko Mäkelä2018-01-111-0/+26
| | | | |\
| | | | | * MDEV-13933: Wrong results in COUNT() query with EXISTS and exists_to_inOleksandr Byelkin2018-01-101-0/+26
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-121-6/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-14228 MariaDB crashes with functionAlexander Barkov2017-12-071-6/+6
* | | | | | Changed "const row not found" to "Const row not found"Monty2017-12-021-14/+14
|/ / / / /
* | | | | 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