summaryrefslogtreecommitdiff
path: root/sql/sql_show.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27021 Implement SHOW ANALYZE commandOleg Smirnov2022-04-291-8/+11
* MDEV-10000 Add EXPLAIN [FORMAT=JSON] FOR CONNECTION syntax supportOleg Smirnov2022-04-291-0/+6
* Added 'const' to arguments in get_one_option and find_typeset()Monty2021-02-081-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2021-01-251-0/+1
|\
| * MDEV-24593 Signal 11 when group by primary key of table joined to information...Sergei Golubchik2021-01-221-0/+1
* | perfschema status vars instrumentation related changesSergei Golubchik2020-03-101-0/+1
* | Provide a show_create_table_ex() functionSergei Petrunia2020-03-071-0/+6
* | MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a pluginSergey Vojtovich2019-07-091-1/+0
* | MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a pluginAlexander Barkov2019-07-091-0/+4
* | MDEV-19772 Add helper classes for ST_FIELD_INFOAlexander Barkov2019-06-161-2/+0
|/
* 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
* | | | dead code - related to vtmdSergei Golubchik2018-04-101-4/+0
* | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-1/+1
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+2
* | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-2/+7
* | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+3
|\ \ \ \
| * | | | SQL: helpers to get archive tables list [closes #199]Eugene Kosov2017-09-251-0/+3
| |/ / /
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-6/+6
|/ / /
* | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-0/+6
|/ /
* | Fixed wrong counting of global Memory_usedMonty2016-04-281-1/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+2
|\ \
| * \ Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+2
| |\ \ | | |/
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+2
| | |\
| | | * Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAKVenkatesh Duggirala2015-12-011-2/+8
| | | * Bug #18592390 QUERY TO I_S.TABLES AND I_S.COLUMNS LEADS TO HUGE MEMORY USAGEV S Murthy Sidagam2015-04-271-2/+3
| | | * Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAKVenkatesh Duggirala2014-05-051-0/+1
| | | * upmerge to bug#14548159Rohit Kalhans2012-09-221-0/+1
| | | |\
| | | | * BUG#14548159: NUMEROUS CASES OF INCORRECT IDENTIFIERRohit Kalhans2012-09-221-0/+1
| | | * | Updated/added copyright headersKent Boortz2011-06-301-1/+1
| | | |\ \ | | | | |/
| | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | | * | Fix Bug#56443 remove last 'mysqld_show_column_type' remainsKonstantin Osipov2010-10-131-1/+0
| | | * | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+96
| | | |/
| | | * Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
| | | * Bug #34707: Row based replication: slave creates table within wrong databaseMats Kindahl2008-10-081-1/+1
| | | * WL#3732 Information schema optimizationgluh@mysql.com/eagle.(none)2007-08-031-1/+1
| | | * Post-merge fixes (merge from the main).kostja@bodhi.(none)2007-07-171-2/+1
| | | * Many files:kent@mysql.com/kent-amd64.(none)2006-12-311-0/+14
| | | * bug #21495 Alter table from x engine to ndb and back can cause issue with dr...mskold/marty@mysql.com/linux.site2006-11-151-0/+9
| | | * WL#3337 (Events new architecture)andrey@lmy004.2006-06-281-0/+2
| | | * WL#1012: All changes as one single changeset.lars@mysql.com2005-12-221-0/+17
* | | disable SHOW I_S_table for built-in I_S tablesSergei Golubchik2016-02-231-1/+4
* | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-0/+1
* | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-261-0/+2
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-1/+1
* | | MDEV-7112 Split HA_CREATE_INFOAlexander Barkov2014-12-081-2/+2
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-4/+4
|\ \ \ | |/ /
| * | small cleanup of the SHOW CREATE TABLE codeSergei Golubchik2014-07-081-4/+4