summaryrefslogtreecommitdiff
path: root/mysql-test/r/view.result
Commit message (Expand)AuthorAgeFilesLines
* search_pattern_in_file.inc changesSergei Golubchik2017-03-311-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-0/+83
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-03-091-0/+83
| |\
| | * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-0/+83
| | |\
| | | * Fixed bug mdev-12099.Igor Babaev2017-02-271-0/+83
* | | | MDEV-10704: Assertion `field->field->table == table_arg' failed in fill_recor...Oleksandr Byelkin2017-03-081-0/+13
* | | | cleanup: make a couple of tests more robustSergei Golubchik2017-02-131-11/+11
* | | | MDEV-11784 View is created with invalid definition which causes ERROR 1241 (2...Sergei Golubchik2017-02-131-4/+11
* | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-2/+4
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-01-051-0/+25
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-01-051-0/+25
| |\ \ \ | | |/ /
| | * | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2017-01-041-0/+25
| | * | backport include/search_pattern_in_file.inc from 10.1Sergei Golubchik2016-10-261-0/+1
* | | | MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLESSergey Vojtovich2016-12-211-7/+14
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-50/+50
* | | | store/show vcols as item->print()Sergei Golubchik2016-12-121-2/+2
* | | | MDEV-10724 Assertion `vcol_table == 0 || vcol_table == table' failed in fill_...Oleksandr Byelkin2016-11-221-0/+14
* | | | Remove end . from error messages to get them consistentMonty2016-10-051-40/+40
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+17
| |\ \ \ | | |/ /
| | * | Added new status variables to make it easier to debug certain problems:Monty2016-08-211-0/+2
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-0/+15
| | |\ \ | | | |/
| | | * MDEV-10419: crash in mariadb 10.1.16-MariaDB-1~trustyOleksandr Byelkin2016-07-301-0/+15
* | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2Sergei Petrunia2016-09-071-0/+25
|\ \ \ \
| * | | | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2016-09-041-0/+25
* | | | | MDEV-10419: crash in mariadb 10.1.16-MariaDB-1~trustyOleksandr Byelkin2016-09-021-0/+15
|/ / / /
* | | | restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILEDSergei Golubchik2016-06-301-39/+39
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-35/+35
* | | | parse negative numbers into one itemSergei Golubchik2016-06-301-3/+3
* | | | Adding more tests for VIEWs with UNION.Alexander Barkov2016-06-021-0/+51
* | | | MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-281-11/+243
* | | | MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntacticallyAlexander Barkov2016-05-231-3/+3
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-8/+22
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-0/+19
|\ \ \ \ | |/ / /
| * | | MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invali...Oleksandr Byelkin2016-03-181-0/+19
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-6/+14
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-6/+14
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-6/+14
| | |\ \ | | | |/
| | | * Bug#19817021Sergei Golubchik2016-02-091-0/+8
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-6/+6
| | | |\
| | | | * Bug#19817021 CRASH IN TABLE_LIST::PREPARE_SECURITY WHENAjo Robert2015-11-131-6/+6
* | | | | MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEWAlexander Barkov2016-01-161-0/+36
|/ / / /
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-0/+176
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-11-181-0/+33
| |\ \ \ | | |/ /
| | * | DEV-8632 Segmentation fault on INSERTOleksandr Byelkin2015-11-091-0/+33
| * | | MDEV-8913 Derived queries with same column names as final projection causes i...Oleksandr Byelkin2015-10-301-0/+41
| * | | MDEV-8525 mariadb 10.0.20 crashing when data is read by Kodi media center (ht...Oleksandr Byelkin2015-10-281-0/+102
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-0/+35
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-0/+35
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-0/+35
| | |\ \ | | | |/