summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* increment and get the query_id atomically, otherwise two concurrent threadsSergei Golubchik2014-02-191-3/+4
* Fix for MDEV-5531: double call procedure in one session - hard shutdown the s...Michael Widenius2014-01-241-1/+6
* MDEV-5396 Assertion `Handlerton: r==0 ' failed (errno=0) on EXPLAIN with Toku...Sergei Golubchik2013-12-171-1/+1
* mysql-5.5.34 mergeSergei Golubchik2013-11-191-6/+35
|\
| * WL#7076: Backporting wl6715 to support both formats Ashish Agarwal2013-08-231-4/+4
| |\
| | * WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-4/+4
| * | Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" ANDPraveenkumar Hulakund2013-08-211-0/+2
| |\ \
| | * | Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" ANDPraveenkumar Hulakund2013-08-211-0/+2
| | * | bug#14163155 COM_CHANGE_USER DOESN'T WORK WITH CHARACTER-SET-SERVER=UCS2 INIgor Solodovnikov2013-02-071-14/+21
| * | | Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-5/+34
| | |/ | |/|
* | | MDEV-4824 userstats - wrong user statisticsSergei Golubchik2013-11-111-16/+15
* | | MDEV-4981: Account for queries handled by query-cache in USER_STATISTICS (and...unknown2013-10-161-1/+1
* | | MDEV-4981: Account for queries handled by query-cache in USER_STATISTICS (and...unknown2013-10-041-1/+4
* | | MDEV-4902 - sql_yacc.yy incompatible with bison 3Sergey Vojtovich2013-08-301-1/+1
* | | mysql-5.5.32 mergeSergei Golubchik2013-07-161-0/+5
|\ \ \ | |/ /
| * | Bug#16169063: SECURITY CONCERN BECAUSE OF INSUFFICIENT LOGGINGAshish Agarwal2013-03-071-0/+5
| * | Bug #15948123: SERVER WORKS INCORRECT WITH LONG TABLE ALIASESGleb Shchepa2012-12-051-2/+7
| * | BUG#14458232 - CRASH IN THD_IS_TRANSACTION_ACTIVE DURINGThayumanavar2012-11-091-2/+8
* | | MDEV-4752: Segfault during parsing of illegal queryunknown2013-07-041-0/+2
* | | MDEV-4683 query start_time not reset when going to sleepSergei Golubchik2013-07-011-0/+1
* | | MDEV-4578 information_schema.processlist reports incorrect value for Time (21...Sergei Golubchik2013-06-131-0/+3
* | | MDEV-4206 : log all slow statements (do not use filters), if log_slow_filte...Vladislav Vaintroub2013-05-081-1/+2
* | | extend check_global_access() to avoid my_error when it's not neededSergei Golubchik2013-03-191-5/+8
* | | Fix compile error when building with DBUG, but without DEBUG_SYNC.unknown2013-03-011-0/+2
* | | 5.3 mergeSergei Golubchik2013-01-251-1/+14
|\ \ \
| * \ \ 5.2 mergeSergei Golubchik2013-01-251-1/+16
| |\ \ \
| | * | | MDEV-3915 COM_CHANGE_USER allows fast password brute-forcingSergei Golubchik2013-01-251-1/+16
| * | | | 5.2 merge.Sergei Golubchik2012-08-221-3/+9
| |\ \ \ \ | | |/ / /
| | * | | 5.1 mergeSergei Golubchik2012-08-221-3/+9
| | |\ \ \
| | | * \ \ merge with MySQL 5.1.65Sergei Golubchik2012-08-221-3/+9
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Bug#12636001 : deadlock from thd_security_contextGopal Shankar2012-05-171-2/+3
| * | | | | 5.2 mergeSergei Golubchik2012-05-201-2/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | 5.1 mergeSergei Golubchik2012-05-181-2/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | merge with mysql-5.1.63Sergei Golubchik2012-05-171-2/+3
| | | |\ \ \
* | | | \ \ \ mysql-5.5.29 mergeSergei Golubchik2013-01-151-2/+7
|\ \ \ \ \ \ \
| * | | | | | | Bug #15948123: SERVER WORKS INCORRECT WITH LONG TABLE ALIASESGleb Shchepa2012-12-051-2/+7
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Bug#14003080:65104: MAX_USER_CONNECTIONS WITH PROCESSLIST EMPTYPraveenkumar Hulakund2012-05-281-3/+4
* | | | | | | Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-111-9/+13
* | | | | | | Fixed the CREATE TABLE IF EXIST generates warnings instead of errorsMichael Widenius2012-12-171-1/+8
* | | | | | | Fix yet another regression after MDEV-3885.Vladislav Vaintroub2012-11-271-1/+3
* | | | | | | fix regression in sp_notembedded after MDEV-3885Vladislav Vaintroub2012-11-271-1/+1
* | | | | | | MDEV-3885 - connection suicide via mysql_kill() causes assertion in serverVladislav Vaintroub2012-11-271-1/+1
* | | | | | | This fix+comments was originally made by Alexey KopytovMichael Widenius2012-09-181-0/+1
* | | | | | | Added THD::utime_after_query to avoid calling current_utime() twice for every...Michael Widenius2012-09-131-28/+20
* | | | | | | Added new status variables:Michael Widenius2012-09-091-0/+1
* | | | | | | Fixed compiler errorsMichael Widenius2012-08-141-1/+1
* | | | | | | mergeSergei Golubchik2012-06-161-1/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ mysql-5.5 mergeSergei Golubchik2012-06-141-1/+6
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | merge bug11754117-45670 fixes from 5.1.Andrei Elkin2012-04-211-0/+5
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | BUG#11754117 incorrect logging of INSERT into auto-increment Andrei Elkin2012-04-201-0/+5