summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* remove double-countingSergei Golubchik2018-06-281-2/+0
* MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-201-1/+1
* Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+28
|\
| * Fix Item tree changes/rollback debug printOleksandr Byelkin2018-01-231-0/+4
| * MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINTAlexander Barkov2018-01-151-0/+24
* | MDEV-13861 Assertion `0' failed in Protocol::end_statementSergei Golubchik2017-09-211-1/+2
* | MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Sergei Golubchik2017-09-201-0/+22
* | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-09-191-1/+1
|\ \ | |/
| * MDEV-13458: Wrong result for aggregate function with distinct clause when the...Varun Gupta2017-08-091-1/+1
* | 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