summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-1/+1
|\
| * Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-1/+1
| |\
| | * Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-1/+1
| | |\
| | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+1
| | | |\
| | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-1/+1
| | | | |\
| | | | | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+1
| | | | | |\
| | | | | | * test cases for MySQL bugsSergei Golubchik2022-01-211-1/+1
| | | | | | * MDEV-4621 select returns null for information_schema.statistics.collation fieldSergei Golubchik2022-01-141-1/+1
* | | | | | | MDEV-27406 Index on a HEAP table retains DESC attribute despite being hashSergei Golubchik2022-01-261-1/+2
* | | | | | | MDEV-26938 Support descending indexes internally in InnoDB (server part)Sergei Golubchik2022-01-261-0/+2
|/ / / / / /
* | | | | | plugin can signal that it cannot be unloaded by failing deinit()Sergei Golubchik2021-10-271-9/+3
* | | | | | show "dying" state in I_S.PLUGINSSergei Golubchik2021-10-271-1/+4
* | | | | | Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-2/+2
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-221-1/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-211-1/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-211-1/+6
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.3 into 10.4Marko Mäkelä2021-10-211-1/+6
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.2 into 10.3Marko Mäkelä2021-10-211-1/+6
| | | | |\ \ | | | | | |/
| | | | | * MDEV-23408 Wrong result upon query from I_S and further Assertion `!alias_arg...Alexander Barkov2021-10-141-1/+6
* | | | | | MDEV-26221: DYNAMIC_ARRAY use size_t for sizesEric Herman2021-10-191-2/+2
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-131-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-131-3/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-131-3/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.3 into 10.4Marko Mäkelä2021-10-131-3/+3
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-3/+3
* | | | | | Removed CREATE/DROP TABLESPACE and related commandsMonty2021-09-141-7/+1
* | | | | | cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-2/+1
|/ / / / /
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-27/+59
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-27/+59
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-27/+58
| | |\ \ \ | | | |/ /
| | | * | add const qualifiers to sys_var::value_ptr functions and fix const castsNikita Malyavin2021-07-271-24/+46
| | | * | MDEV-16857 system-invisible row_end is displayed in SHOW INDEXAleksey Midenkov2021-07-061-0/+10
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-07-021-1/+81
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-07-021-1/+81
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 10.3 into 10.4Daniel Black2021-07-021-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Daniel Black2021-07-021-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-25129 postfix for windowsDaniel Black2021-07-021-1/+1
| | * | | Merge 10.3 -> 10.4Sergei Petrunia2021-06-301-0/+83
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2->10.3Sergei Petrunia2021-06-301-0/+83
| | | |\ \ | | | | |/
| | | | * MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-291-0/+83
| | | | * MDEV-21603 Crashing SHOW TABLES with derived table in WHERE conditionSergei Golubchik2021-05-041-2/+2
* | | | | cleanup: rename Protocol::store() to Protocol::store_datetime()Sergei Golubchik2021-06-111-1/+1
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | | MDEV-22189: Change error messages inside code to have mariadb instead ofRucha Deodhar2021-05-241-1/+1
* | | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-2/+4
* | | | | Don't reset StringBuffers in loops when not neededMonty2021-05-191-2/+6
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-72/+47
* | | | | Reduce usage of strlen()Monty2021-05-191-60/+87
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-5/+5
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-5/+5