summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Merged with lp:maria revision #3766Seppo Jaakola2013-07-131-19/+28
|\
| * Merge from 10.0-connectAlexander Barkov2013-06-081-1/+1
| |\
| | * Fixing the problem with my_bool_t defined two times.Alexander Barkov2013-06-031-1/+1
| * | 10.0-base mergeSergei Golubchik2013-06-061-18/+27
| |\ \
| | * \ 5.5 mergeSergei Golubchik2013-06-061-18/+27
| | |\ \
| | | * | Fixed that SHOW PROCESSLIST and information_schema.processlist uses the right...Michael Widenius2013-05-111-2/+3
| | | * | mysql-5.5.31 mergeSergei Golubchik2013-05-071-16/+24
| | | |\ \
| | | | * | Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-14/+20
| | | | * | Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONINGMattias Jonsson2013-01-301-4/+6
| | | | |\ \
| | | * | | | MDEV-4332 Increase username length from 16 charactersSergei Golubchik2013-04-181-1/+1
* | | | | | | Initial merge result with mariaDB 10: lp:mariaSeppo Jaakola2013-07-131-1/+2
|/ / / / / /
* | | | | | Merge 10.0-base -> 10.0unknown2013-05-281-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Fixed errors and compiler warnings found by buildbotMichael Widenius2013-05-051-2/+2
* | | | | Merge 10.0-base -> 10.0 (GTID).unknown2013-04-171-8/+14
|\ \ \ \ \ | |/ / / /
| * | | | compiler warningsSergei Golubchik2013-04-151-8/+14
* | | | | 10.0-base mergeSergei Golubchik2013-04-151-264/+244
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 mergeSergei Golubchik2013-04-141-3/+3
| |\ \ \ \ | | |/ / /
| | * | | 5.3 mergeSergei Golubchik2013-04-121-3/+3
| | |\ \ \
| | | * | | MDEV-4244 [PATCH] Buffer overruns and use-after-free errorsSergei Golubchik2013-04-061-3/+3
| | | * | | Merge 5.2->5.3Igor Babaev2013-01-211-6/+12
| | | |\ \ \
| | | | * \ \ Merge 5.1->5.2Igor Babaev2013-01-211-6/+12
| | | | |\ \ \
| | | | | * | | MDEV-4029 SELECT on information_schema using a subquery locks up the informat...Sergei Golubchik2013-01-211-6/+12
| * | | | | | | put status variables in the proper pluginname_ scopeSergei Golubchik2013-04-091-1/+12
| * | | | | | | MDEV-3807 show plugins soname 'xxx'Sergei Golubchik2013-04-091-9/+84
| * | | | | | | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-091-20/+11
| * | | | | | | handlerton::discover_table_names() can not discover onlySergei Golubchik2013-04-091-71/+10
| * | | | | | | remove ha_create_table_from_engine()Sergei Golubchik2013-04-091-2/+1
| * | | | | | | convenience helpers for get_table_share() and tdc_open_view().Sergei Golubchik2013-04-091-7/+2
| * | | | | | | * remove ha_check_if_table_exists() and get_table_share_with_discover().Sergei Golubchik2013-04-091-6/+5
| * | | | | | | moving LOCK_open into get_table_share()Sergei Golubchik2013-04-091-4/+3
| * | | | | | | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-1/+1
| * | | | | | | don't use I_S constants for open_table_def and get_table_share,Sergei Golubchik2013-04-091-2/+2
| * | | | | | | file-based table discovery for discovering storage enginesSergei Golubchik2013-04-091-98/+99
| * | | | | | | find_files(): don't sort files in my_dir(), sort table namesSergei Golubchik2013-04-071-43/+29
| * | | | | | | * use Dynamic_array<> instead of List<> for the list of found tables in sql_s...Sergei Golubchik2013-04-071-32/+36
| * | | | | | | remove handlerton::find_files (new implementation is coming),Sergei Golubchik2013-04-071-9/+0
| * | | | | | | my_dir() cleanupSergei Golubchik2013-04-071-11/+5
| * | | | | | | cleanupSergei Golubchik2013-04-071-3/+4
| * | | | | | | split THD::make_lex_string() in twoSergei Golubchik2013-04-071-28/+23
| * | | | | | | 5.5 mergeSergei Golubchik2013-03-271-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | extend check_global_access() to avoid my_error when it's not neededSergei Golubchik2013-03-191-4/+4
* | | | | | | | 10.0-base mergeSergei Golubchik2013-01-311-17/+60
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 5.5 mergeSergei Golubchik2013-01-291-8/+22
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | MDEV-4029 SELECT on information_schema using a subquery locks up the informat...Sergei Golubchik2013-01-201-6/+12
| | * | | | | | mysql-5.5.29 mergeSergei Golubchik2013-01-151-2/+10
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-2/+10
| | | * | | | | upmerge to bug#14548159Rohit Kalhans2012-09-221-1/+2
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | BUG#14548159: NUMEROUS CASES OF INCORRECT IDENTIFIERRohit Kalhans2012-09-221-1/+2
| | | * | | | | merge 5.1 => 5.5Tor Didriksen2012-09-051-2/+3
| | | |\ \ \ \ \ | | | | |/ / / /
| * | | | | | | cleanup:Sergei Golubchik2013-01-231-1/+1