summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+0
* MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-101-5/+5
* MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage e...Jan Lindström2020-02-111-0/+9
* MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-3/+4
* Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-3/+4
* Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-1/+14
|\
| * Merge 10.3 into 10.4Marko Mäkelä2019-11-011-1/+14
| |\
| | * Fixes for binary logging --read-only modeMonty2019-10-201-1/+1
| | * MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-0/+13
* | | Using more of Sql_mode_save. Adding a similar class for THD::abort_on_warnings.Alexander Barkov2019-05-281-4/+1
* | | MDEV-19566 Remove Item::name related strlen() calls in constructors of some I...Alexander Barkov2019-05-231-1/+1
|/ /
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-2/+3
|\ \ | |/
| * 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
* | | | | Cleanup of derived table interfaceOleksandr Byelkin2019-04-161-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-251-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | remove dead codeEugene Kosov2019-03-221-1/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-16/+9
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-0/+10
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-20/+26
|/ / / /
* | | | 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