summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into bb-10.2-mariarocksSergei Petrunia2017-04-031-1/+1
|\
| * properly close the table in fill_schema_table_from_frm()Sergei Golubchik2017-03-311-1/+1
* | Merge 10.2 into bb-10.2-mariarocksSergei Petrunia2017-03-311-9/+70
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-9/+43
| |\
| | * MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engineSergei Golubchik2017-03-101-4/+31
| | * MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engineSergei Golubchik2017-03-101-1/+11
| | * trivial cleanupSergei Golubchik2017-03-101-5/+2
| * | MDEV-11115 CHECK constraints are not shown in I_S.TABLE_CONSTRAINTSbb-10.2-MDEV-11115Jacob Mathew2017-03-291-0/+13
| * | MDEV-9255 Add generation_expression to information_schema.columns.Alexey Botchkov2017-03-281-0/+14
* | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-03-111-3/+3
|\ \ \ | |/ /
| * | Revert an accidental commit to work around MDEV-11601.Marko Mäkelä2017-02-091-2/+1
| * | Relax assertions on shutdown after aborted startup.Marko Mäkelä2017-02-091-1/+2
| * | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-3/+3
* | | Merge branch '10.2' of github.com:MariaDB/server into 10.2-mariarocksSergei Petrunia2017-01-021-45/+38
|\ \ \ | |/ /
| * | MDEV-11066 use MySQL terminology for "virtual columns"Sergei Golubchik2016-12-121-4/+4
| * | rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-1/+1
| * | store/show vcols as item->print()Sergei Golubchik2016-12-121-32/+25
| * | cleanup: FOREIGN_KEY_INFOSergei Golubchik2016-12-121-4/+5
| * | cleanup: remove Item::intro_versionSergei Golubchik2016-12-121-3/+2
| * | bugfix: returning on-the-stack buffer to the callerSergei Golubchik2016-12-121-1/+1
* | | MariaRocks: fix a bug in MariaDB: SHOW STATUS LIKE shows extra rowsSergei Petrunia2016-10-241-3/+3
|/ /
* | MDEV-6112 multiple triggers per tableMonty2016-10-051-86/+105
* | Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-191-122/+160
|\ \
| * \ Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+11
| |\ \ | | |/
| | * MDEV-10010 - Recursive call to mysql_rwlock_rdlock for LOCK_system_variables_...Sergey Vojtovich2016-07-081-0/+11
| * | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-96/+134
| * | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-271-26/+11
| * | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-0/+4
* | | increase I_S.FILES.FILE_NANE column lengthSergei Golubchik2016-09-161-1/+1
|/ /
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-3/+21
|\ \ | |/
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-3/+21
| |\
| | * MDEV-8633: information_schema.index_statistics doesn't deleteJan Lindström2016-06-201-0/+94
| | * MDEV-9969 mysql_install_db error processing ignore_db_dirs.Alexey Botchkov2016-06-161-3/+21
* | | Use default character set for expressionsMichael Widenius2016-06-301-6/+17
* | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-5/+40
* | | Part of MDEV-10134 Add full support for DEFAULTMichael Widenius2016-06-301-2/+1
* | | Merge pull request #181 from ottok/ok-debpkg-10.2Sergey Vojtovich2016-06-141-1/+1
|\ \ \
| * | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
* | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-1/+2
* | | | MDEV-9518 Increase the range for INFORMATION_SCHEMA.MEMORY_USED columnSergei Golubchik2016-06-091-1/+1
|/ / /
* | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-6/+15
|\ \ \ | |/ /
| * | Fixed wrong counting of global Memory_usedMonty2016-04-281-6/+15
* | | CleanupsMonty2016-04-281-1/+1
* | | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_differenceAlexander Barkov2016-03-311-4/+4
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-3/+7
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-2/+2
| |\ \ | | |/
| | * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-2/+2
| * | MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Dia...Sergei Golubchik2016-03-191-0/+3
| * | MDEV-9641 MDEV-9644 NULLIF assertionsSergei Golubchik2016-03-051-1/+2
* | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-3/+0