summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* SHOW TABLE STATUS now shows if an Aria table is transactional or notMonty2020-05-291-3/+18
* Aria will now register it's transactionsMonty2020-05-231-4/+9
* Merge 10.4 into 10.5Marko Mäkelä2020-04-251-0/+6
|\
| * Shrink my_atomic.h and my_cpu.h scopeSergey Vojtovich2020-04-151-0/+1
| * slave_open_temp_tables to Atomic_counterSergey Vojtovich2020-04-151-0/+5
* | MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-03-311-10/+21
* | Merge 10.4 into 10.5Marko Mäkelä2020-03-301-4/+3
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-03-301-4/+3
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-301-4/+3
| | |\
| | | * MDEV-22019: Sig 11 in next_breadth_first_tab | max_sort_length setting + doub...Varun Gupta2020-03-301-4/+3
| | | * Merge branch '10.1' into 10.2Sergei Petrunia2020-01-171-3/+3
| | | |\
| | | | * MDEV-21341: Fix UBSAN failures: Issue SixSergei Petrunia2020-01-141-3/+3
| | | * | PR #1127 and PR #1150Anel Husakovic2019-12-131-9/+28
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20382: SHOW PRIVILEGES displays "Delete versioning rows" rather than "De...Anel Husakovic2020-03-051-1/+1
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-5/+13
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-8/+6
* | | | | perfschema status vars instrumentation related changesSergei Golubchik2020-03-101-1/+11
* | | | | perfschema sp instrumentation related changesSergei Golubchik2020-03-101-7/+7
* | | | | perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-2/+3
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-16/+19
* | | | | Provide a show_create_table_ex() functionSergei Petrunia2020-03-071-27/+56
* | | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-13/+12
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-21/+20
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-201-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-01-201-3/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21341: Fix UBSAN failures: Issue Sixbb-10.3-mdev21341-issueSixSergei Petrunia2020-01-121-3/+3
* | | | | MDEV-19906 Port show_old_temporals from MySQL 5.6Alexander Barkov2020-01-171-6/+0
* | | | | A cleanup for MDEV-16542 Fix ALTER TABLE FORCE to upgrade temporal typesAlexander Barkov2020-01-161-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-271-15/+28
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-12-251-16/+28
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2019-12-131-16/+28
| | |\ \ \
| | | * | | PR #1127 and PR #1150Anel Husakovic2019-12-131-9/+28
| | | |/ /
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #1261 from robertbindar/mdev-17978Robert Bindar2019-12-051-1/+2
* | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-4/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-4/+8
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-311-4/+8
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-301-2/+1
| | | |\ \ | | | | |/
| | | | * avoid accessing TLSEugene Kosov2019-10-301-1/+1
| | | | * MDEV-20926 UBSAN: load of value 165, which is not a valid value for type boolEugene Kosov2019-10-301-2/+1
| | | * | MDEV-20549 SQL SECURITY DEFINER does not work for INFORMATION_SCHEMA tablesSergei Golubchik2019-10-281-0/+1
| | | * | Merge 10.1 into 10.2Marko Mäkelä2019-10-251-2/+6
| | | |\ \ | | | | |/
| | | | * Merge branch 'github/5.5' into 10.1Sergei Golubchik2019-10-231-2/+6
| | | | |\
| | | | | * MDEV-20466: SHOW PROCESSLIST truncates query text on \0 bytesOleksandr Byelkin2019-10-151-2/+6
* | | | | | MDEV-20856 Bad values in metadata views for partitions on VARBINARYAlexander Barkov2019-10-181-168/+7
* | | | | | MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-141-0/+1
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-10-111-3/+1
|\ \ \ \ \ \ | |/ / / / /