summaryrefslogtreecommitdiff
path: root/mysql-test/r/view.result
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ | | | |/
| | | * BUG#19886430: VIEW CREATION WITH NAMED COLUMNS, OVER UNION,Nisha Gopalakrishnan2015-07-231-0/+35
* | | | MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-171-0/+11
* | | | MDEV-8742 Wrong result for SELECT..WHERE view_latin1_swedish_ci_field='a' COL...Alexander Barkov2015-09-071-0/+11
* | | | MDEV-8747 Wrong result for SELECT..WHERE derived_table_column='a' AND derived...Alexander Barkov2015-09-061-8/+82
* | | | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s...Oleksandr Byelkin2015-09-041-2/+6
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-0/+15
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-08-051-0/+15
| |\ \ \ | | |/ /
| | * | MDEV-8554: Server crashes in base_list_iterator::next_fast ...Sergei Petrunia2015-08-031-0/+15
* | | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-0/+18
|\ \ \ \ | |/ / /