summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC 11.2.0 -Wmaybe-uninitializedMarko Mäkelä2021-08-231-2/+2
* Merge 10.2 into 10.3Marko Mäkelä2021-05-241-9/+7
|\
| * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-9/+0
| * MDEV-25462: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-05-201-0/+7
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-0/+2
|\ \ | |/
| * MDEV-22781 CREATE VIEW containing WITH clause Signal 11Igor Babaev2020-12-071-0/+2
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-2/+3
|\ \ | |/
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-2/+3
| |\
| | * bugfix: mysql_create_view() infinite loopSergei Golubchik2020-07-291-2/+3
* | | Fixes for binary logging --read-only modeMonty2019-10-201-1/+1
* | | MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-0/+13
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ | |/ /
| * | 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.2' into 10.3Oleksandr Byelkin2019-05-121-1/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | remove dead codeEugene Kosov2019-03-221-1/+0
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-16/+9
|\ \ \ \ | |/ / /
| * | | 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.2 into 10.3Marko Mäkelä2018-11-061-6/+5
|\ \ \ \ | |/ / /
| * | | 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.2' into 10.3Sergei Golubchik2018-06-301-5/+5
|\ \ \ \ | |/ / /
| * | | 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
| | | | |/
* | | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-1/+1
* | | | | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | cleanup: versioning style fixesSergei Golubchik2018-05-121-2/+2
* | | | | MDEV-14820 System versioning is applied incorrectly to CTEsSergei Golubchik2018-05-121-1/+1
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-7/+9
* | | | | cleanup: remove XString::operator== and !=Sergei Golubchik2018-04-101-4/+4
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-6/+1
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-6/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
* | | | | | cleanup: remove MARK_COLUMNS_NONESergei Golubchik2018-02-121-1/+1
* | | | | | cleanup: renamesSergei Golubchik2018-02-121-6/+6
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2