summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14123: .rocksdb folder may break workflow which re-create data directorySergei Petrunia2017-12-111-0/+51
* remove dead codeSergei Golubchik2017-11-221-2/+3
* Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-8/+27
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-2/+8
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-2/+8
| | |\
| | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+1
| | | * MDEV-10892 - rpl.rpl_semi_sync_uninstall_plugin fails with Assertion `0' failureSergey Vojtovich2017-10-131-2/+3
| | | * MDEV-13149 -- show function status now works with PAD_CHAR_TO_FULL_LENGTHVesa Pentti2017-10-101-0/+5
| | * | MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Dia...Sergei Golubchik2017-08-011-0/+3
| * | | MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1Sergei Golubchik2017-10-091-1/+8
| * | | cleanup: is_show_command(thd)Sergei Golubchik2017-10-091-5/+11
* | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-3/+3
* | | | merge 10.1->10.2Vladislav Vaintroub2017-10-071-0/+14
|\ \ \ \ | |/ / /
| * | | MDEV-13242 Wrong results for queries with row constructors and information_sc...Alexander Barkov2017-10-051-0/+14
* | | | Fix some conversion warnings.Vladislav Vaintroub2017-09-301-4/+4
* | | | 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
* | | | Fixed the bug mdev-13107 and some similar unreported bugs.Igor Babaev2017-06-281-3/+3
* | | | 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
* | | | 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
|/ / / /