summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Sergei Golubchik2017-01-171-19/+0
|\
| * bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-151-19/+0
* | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-1/+7
|\ \ | |/
| * missing element in prelocked_mode_name[] arraySergei Golubchik2016-09-121-1/+2
| * DEV-10595 MariaDB daemon leaks memory with specific queryMonty2016-08-251-0/+5
* | Added new status variables to make it easier to debug certain problems:Monty2016-08-211-0/+4
* | Cleanups and minor fixesMonty2016-08-211-2/+2
* | With parallel replication we have had a couple of bugs where DDL'sMonty2016-08-121-4/+4
* | revert part of 69f1a32Sergei Golubchik2016-06-221-2/+2
* | Replace dynamic loading of mysqld.exe data for plugins, replace with MYSQL_PL...Vladislav Vaintroub2016-06-211-2/+2
* | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-1/+13
|\ \ | |/
| * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-1/+13
| |\
| | * BUG#20574550 MAIN.MERGE TEST CASE FAILS IF BINLOG_FORMAT=ROWVenkatesh Duggirala2016-02-261-1/+13
* | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+5
|\ \ \ | |/ /
| * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+1
| |\ \ | | |/
| | * Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_...Chaithra Gopalareddy2015-11-201-0/+16
| | * Bug#20788853 MUTEX ISSUE IN SQL/SQL_SHOW.CC RESULTING IN SIG6. SOURCE LIKELYMarc Alff2015-04-081-0/+1
* | | Cleanup of slave code:Monty2016-01-031-0/+1
* | | fix compilation with -DENABLED_PROFILING=OFFSergei Golubchik2015-10-301-0/+1
* | | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-3/+0
* | | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-4/+12
|\ \ \ | |/ /
| * | compilation error on windowsSergei Golubchik2015-07-311-1/+1
| * | Fixed memory loss detected on P8. This can happen when we call after_flush bu...Monty2015-07-251-1/+4
| * | Fix for MDEV-8301; Statistics for a thread could be counted twice in SHOW ST...Monty2015-06-261-3/+8
* | | perfschema 5.6.24Sergei Golubchik2015-05-051-0/+9
* | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-8/+6
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-6/+3
| |\ \ | | |/
| | * Bug#20094067: BACKPORT BUG#19683834 TO 5.5 AND 5.6Nisha Gopalakrishnan2015-01-271-4/+2
| | * BUG#18054998 - BACKPORT FIX FOR BUG#11765785 to 5.5Thayumanavar2014-01-131-1/+3
| | * merge 5.1 => 5.5Tor Didriksen2013-11-011-1/+3
| | |\
| | | * Bug#17617945 BUFFER OVERFLOW IN GET_MERGE_MANY_BUFFS_COST WITH SMALL SORT_BUF...Tor Didriksen2013-11-011-1/+3
| | * | WL#7076: Backporting wl6715 to support both formats Ashish Agarwal2013-08-231-4/+14
| | |\ \
| | | * | WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-4/+14
| | * | | Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" ANDPraveenkumar Hulakund2013-08-211-1/+8
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" ANDPraveenkumar Hulakund2013-08-211-1/+8
| | * | | Bug#17083851 BACKPORT BUG#11765744 TO 5.1, 5.5 AND 5.6 prabakaran thirumalai2013-07-301-0/+10
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Bug#17083851 BACKPORT BUG#11765744 TO 5.1, 5.5 AND 5.6 prabakaran thirumalai2013-07-301-0/+11
| | * | Merge from 5.1 to 5.5Chaithra Gopalareddy2013-04-141-0/+5
| | |\ \ | | | |/
| | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | * Solve a linkage problem with "libmysqld" on several Solaris platforms:Kent Boortz2012-06-261-2/+1
| | | * Bug#12636001 : deadlock from thd_security_contextGopal Shankar2012-05-171-2/+14
| | * | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | * | BUG#15891524: RLI_FAKE MODE IS NOT UNSET AFTER BINLOG REPLAYNuno Carvalho2012-11-201-0/+2
| | * | Bug#14466617 - INVALID WRITES AND/OR CRASH WITH USERPraveenkumar Hulakund2012-11-071-1/+0
| | * | Bug#14003080:65104: MAX_USER_CONNECTIONS WITH PROCESSLIST EMPTYPraveenkumar Hulakund2012-05-281-1/+20
| | * | Merge 5.5.24 back into main 5.5.Joerg Bruehe2012-05-071-1/+2
| | |\ \
| | | * | Bug #12408412: GROUP_CONCAT + ORDER BY + INPUT/OUTPUT SAME Georgi Kodinov2012-03-091-0/+1
| | * | | merge bug11754117-45670 fixes from 5.1.Andrei Elkin2012-04-211-0/+2
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * BUG#11754117 incorrect logging of INSERT into auto-increment Andrei Elkin2012-04-201-0/+2
| | * | BUG#11763882 - 56652: VALGRIND WARNINGS FOR MEMORY LEAK INSergey Vojtovich2011-11-101-2/+3