summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-2/+1
* 10.0-monty mergeSergei Golubchik2013-07-211-76/+109
|\
| * A fix of unions with duplicate rows and returning bug fix for lp:732124 union...unknown2013-06-261-1/+1
| * Finished merging wl5986 started by Igor.unknown2013-06-191-5/+5
| * Fixed some merge issues:Michael Widenius2013-06-181-7/+41
| * Applied all changes from Igor and SanjaMichael Widenius2013-06-151-53/+53
| * Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-3/+3
| * Temporary commit of 10.0-mergeMichael Widenius2013-03-261-8/+8
* | 10.0-base mergeSergei Golubchik2013-07-181-19/+27
|\ \
| * \ 5.5 mergeSergei Golubchik2013-07-171-15/+23
| |\ \
| | * \ mysql-5.5.32 mergeSergei Golubchik2013-07-161-0/+8
| | |\ \
| | | * | Bug#16500013 : ADD VERSION CHECK TO MYSQL_UPGRADENirbhay Choubey2013-03-211-0/+8
| | * | | mdev-4173: Wrong result (extra row) with semijoin=on, joins in outer query, L...Sergey Petrunya2013-07-161-1/+1
| | * | | Merge from 5.3Alexander Barkov2013-07-101-3/+2
| | |\ \ \
| | | * \ \ Merge from 5.2Alexander Barkov2013-07-091-3/+2
| | | |\ \ \
| | | | * \ \ Merge from 5.1Alexander Barkov2013-07-091-3/+2
| | | | |\ \ \
| | | | | * | | Bug #69682 - mysqld crashes after uninstall of plugin with "first" status varSergei Golubchik2013-07-061-3/+2
| | * | | | | | MDEV-4578 information_schema.processlist reports incorrect value for Time (21...Sergei Golubchik2013-06-131-3/+4
| | * | | | | | MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user namesSergei Golubchik2013-06-131-6/+6
| | * | | | | | MDEV-4422 SHOW PROCESSLIST reference to THD::db not protected against simulta...Sergei Golubchik2013-06-121-2/+2
| * | | | | | | partitioning frm bugs:Sergei Golubchik2013-06-151-1/+1
| * | | | | | | plugin_hton helperSergei Golubchik2013-06-151-2/+2
| * | | | | | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not workSergei Golubchik2013-06-151-1/+1
* | | | | | | | 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
* | | | | | | | | | 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