summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6774 - Deadlock between SELECT, DROP TABLE, SHOW STATUS andSergey Vojtovich2014-09-251-3/+3
* MDEV-6619 SHOW PROCESSLIST returns empty result set after KILL QUERYSergei Golubchik2014-09-121-65/+65
* MDEV-6673 I_S.SESSION_VARIABLES shows global valuesSergei Golubchik2014-08-311-1/+1
* MDEV-6289 : Unexpected results when querying information_schemaSergey Petrunya2014-07-231-2/+3
* mysql-5.5.38 mergeSergei Golubchik2014-06-031-8/+59
|\
| * Bug#18319790 QUERY TO INFORMATION_SCHEMA CRASHES SERVERMarc Alff2014-03-171-7/+58
* | Added new states to be able to better diagnose where server hangs.Michael Widenius2014-05-031-0/+4
* | MDEV-4856 SQL_ERROR_LOG shows 1146 errors which didnt appear in mysql client.Alexey Botchkov2014-04-151-129/+39
* | MDEV-5700 Cannot SHOW CREATE VIEW if underlying tabels are ALTERedSergei Golubchik2014-04-101-10/+4
* | Make THDVAR_INT variables to be signed in SELECT in SHOWSergei Golubchik2014-04-091-1/+1
* | don't open and fill all I_S tables for SELECT * FROM I_S.TRIGGERSSergei Golubchik2014-02-171-0/+4
* | MDEV-5576 ALTER TABLE progress report > 100%Sergei Golubchik2014-01-271-0/+1
* | Fix for MDEV-5168: MariaDB returns warnings for INSERT IGNOREMichael Widenius2014-01-261-2/+4
* | mysql-5.5.34 mergeSergei Golubchik2013-11-191-4/+4
|\ \ | |/
| * Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" ANDPraveenkumar Hulakund2013-08-231-2/+0
| * WL#7076: Backporting wl6715 to support both formats Ashish Agarwal2013-08-231-9/+14
| |\
| | * WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-9/+12
| * | Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" ANDPraveenkumar Hulakund2013-08-211-6/+6
| |\ \
| | * | Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" ANDPraveenkumar Hulakund2013-08-211-11/+14
| * | | Bug#17083851 BACKPORT BUG#11765744 TO 5.1, 5.5 AND 5.6 prabakaran thirumalai2013-07-301-2/+8
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Bug#17083851 BACKPORT BUG#11765744 TO 5.1, 5.5 AND 5.6 prabakaran thirumalai2013-07-301-2/+8
* | | MDEV-5101 INFORMATION_SCHEMA.PROCESSLIST reports an incorrect value for Time ...Sergei Golubchik2013-11-111-1/+2
* | | Merge 5.3 -> 5.5Alexander Barkov2013-11-081-8/+9
|\ \ \
| * \ \ Merge 5.2 -> 5.3Alexander Barkov2013-11-081-8/+9
| |\ \ \
| | * \ \ Merge 5.1 -> 5.2Alexander Barkov2013-11-081-8/+9
| | |\ \ \
| | | * | | MDEV-5181 incorrect binary search in remove_status_vars()Alexander Barkov2013-11-081-8/+9
* | | | | | 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
* | | | | | 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
* | | | | | 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
* | | | | | extend check_global_access() to avoid my_error when it's not neededSergei Golubchik2013-03-191-4/+4
* | | | | | 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