summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22781 CREATE VIEW containing WITH clause Signal 11Igor Babaev2020-12-071-0/+2
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-2/+3
|\
| * bugfix: mysql_create_view() infinite loopSergei Golubchik2020-07-291-2/+3
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ | |/
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-1/+2
| |\ \ | | |/
| | * MDEV-18507 can't update temporary table when joined with table with triggers ...Sergei Golubchik2019-04-241-0/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-16/+9
|\ \ \ | |/ /
| * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-2/+3
| * | MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-121-5/+4
| * | cleanup: miscSergei Golubchik2019-03-121-9/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-5/+4
|\ \ \ | |/ /
| * | MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK...Alexey Botchkov2018-11-031-2/+1
| * | wsrep: create a macro for the error: labelSergei Golubchik2018-10-241-3/+3
* | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-5/+5
|\ \ \ | |/ /
| * | Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2018-06-121-6/+5
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-05-071-0/+5
| | |\ \
| | | * | MW-416 Replicate DDL after ACL checksjaakola2017-10-191-1/+1
| | | * | MW-416 Replicating DDL after ACL check, 5.6 versionsjaakola2017-10-191-0/+5
| | | |/
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-1/+3
|\ \ \ \ | |/ / /
| * | | MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat...Oleksandr Byelkin2018-05-151-1/+3
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-6/+1
|\ \ \ \ | |/ / /
| * | | MDEV-14857: problem with 10.2.11 server crashing when executing stored procedureOleksandr Byelkin2018-02-011-6/+1
* | | | MDEV-14249 Wrong character set info of Query_log_event and the query in Query...Alexander Barkov2017-12-271-1/+2
* | | | Merge 10.1 to 10.2Marko Mäkelä2017-12-191-2/+2
|\ \ \ \ | |/ / /
| * | | Fix galera.view test case crash.Jan Lindström2017-12-191-1/+2
| * | | MW-416sjaakola2017-12-181-0/+5
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-01-051-0/+9
| |\ \ \ | | |/ /
| | * | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2017-01-041-0/+9
* | | | Fix test failure on galera.view caused by incorrect locationJan Lindström2017-10-101-1/+2
* | | | MW-416sjaakola2017-10-101-0/+5
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-1/+1
* | | | Use sql_mode_t for sql_mode.Monty2016-10-051-2/+2
* | | | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2016-09-041-1/+10
* | | | Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-3/+3
|\ \ \ \
| * | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-2/+2
| * | | | Fixed bug mdev-9937.Igor Babaev2016-04-201-0/+2
* | | | | mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-261-2/+2
* | | | | Fixed bug mdev-10344.Igor Babaev2016-07-291-1/+1
* | | | | Made prepared statement, explain and views working with recursuve CTE.Galina Shalygina2016-05-121-0/+10
* | | | | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-0/+2
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-5/+7
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-2/+2
| |\ \ \ | | |/ /
| | * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-2/+2
| * | | MDEV-9641 MDEV-9644 NULLIF assertionsSergei Golubchik2016-03-051-3/+5
* | | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2Igor Babaev2016-03-211-1/+1
|\ \ \ \
| * | | | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-1/+1
* | | | | MDEV-9488 - Table cache cleanupsSergey Vojtovich2016-02-261-1/+1