summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-07-311-31/+30
* MDEV-13414 Fix the SP code to avoid excessive use of strlenAlexander Barkov2017-07-311-56/+42
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-37/+32
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-4/+11
| |\
| | * Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-06-211-4/+11
| | |\
| | | * MDEV-10463: Granted as a whole to roles, databases are not show in SHOW DATAB...Vicențiu Ciorbaru2017-06-151-4/+11
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-1/+1
| | |\ \ | | | |/
| | | * MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-1/+1
| | | * Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-4/+15
| | | |\
| | | | * MDEV-10010 - potential deadlock on windows due to recursiveVladislav Vaintroub2016-08-031-4/+15
| * | | | MDEV-13132 Information Schema does not show whether column default is express...Sergei Golubchik2017-07-051-1/+2
| * | | | MDEV-13089 identifier quoting in partitioningSergei Golubchik2017-07-051-4/+6
| * | | | cleanup: generate_partition_syntax()Sergei Golubchik2017-07-051-28/+13
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-041-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed the bug mdev-13107 and some similar unreported bugs.Igor Babaev2017-06-281-3/+3
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
* | | | | Fixed sequences based on comments from Peter Gulutzan and Andrii NikitinMonty2017-06-031-4/+6
* | | | | MDEV-9217 Split Item::tmp_table_field_from_field_type() into virtual methods ...Alexander Barkov2017-04-241-1/+1
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-170/+198
* | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-157/+253
* | | | | MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarationsAlexander Barkov2017-04-051-20/+3
|/ / / /
* | | | 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