summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't wait too long in SHOW PROCESSLISTMonty2017-12-081-78/+126
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-2/+3
|\
| * remove dead codeSergei Golubchik2017-11-221-2/+3
* | Reducing memory when using information schemaMonty2017-11-021-13/+24
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-7/+26
|\ \ | |/
| * 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
* | | | | A cleanup for MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-10-201-4/+1
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-3/+17
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fix some conversion warnings.Vladislav Vaintroub2017-09-301-4/+4
* | | | | 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