summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-1/+1
|\
| * Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-111-1/+1
| |\
| | * WL#10287 - Backport WL#7195 to MySQL - 5.5Thayumanavar S2017-01-301-1/+2
| | * Bug#24707666: DEFAULT SETTING FOR SECURE-FILE-PRIV SHOULD BEArun Kuruvila2016-09-281-0/+2
| | * BUG#23509275 :DBUG_PRINT in THD::decide_logging_format prints incorrectly, ac...Neha Kumari2016-07-251-10/+22
* | | Add protection for reinitialization of mutex in parallel replactionMonty2017-02-281-0/+6
* | | Merge branch '5.5' into 10.0Sergei Golubchik2017-01-171-1/+0
|\ \ \ | |/ /
| * | bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-151-1/+0
* | | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-0/+2
|\ \ \ | |/ /
| * | missing element in prelocked_mode_name[] arraySergei Golubchik2016-09-121-0/+2
* | | With parallel replication we have had a couple of bugs where DDL'sMonty2016-08-121-1/+9
* | | Fixed mutex that wasn't properly unlocked (typo in last patch)Monty2016-04-261-1/+1
* | | Fix for MDEV-9679 main.delayed fails sporadicallyMonty2016-04-261-19/+36
* | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+114
|\ \ \ | |/ /
| * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+134
| |\ \ | | |/
| | * Bug #17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERSVenkatesh Duggirala2015-11-211-1/+3
| | * Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_...Chaithra Gopalareddy2015-11-201-0/+15
| | * Bug#17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERSVenkatesh Duggirala2015-11-191-0/+131
| | * Merge branch 'mysql-5.1' into mysql-5.5Sreeharsha Ramanavarapu2015-07-101-15/+22
| | |\
| | | * Bug #20238729: ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NOSreeharsha Ramanavarapu2015-07-101-16/+22
| | * | 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-1/+8
* | | | MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-191-1/+1
* | | | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | | | Allow row events in replication stream for slave in all casesMonty2015-10-081-9/+6
* | | | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-0/+4
|\ \ \ \ | |/ / /
| * | | Fixed memory loss detected on P8. This can happen when we call after_flush bu...Monty2015-07-251-0/+2
| * | | Fix for MDEV-8301; Statistics for a thread could be counted twice in SHOW ST...Monty2015-06-261-0/+2
* | | | Merge MDEV-8147 into 10.0Kristian Nielsen2015-05-261-0/+1
|\ \ \ \
| * | | | MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during ...Kristian Nielsen2015-05-261-0/+1
* | | | | perfschema 5.6.24Sergei Golubchik2015-05-051-0/+9
* | | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-13/+18
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-12/+17
| |\ \ \ | | |/ /
| | * | Bug#20094067: BACKPORT BUG#19683834 TO 5.5 AND 5.6Nisha Gopalakrishnan2015-01-271-21/+26
| | * | Bug#17283409 4-WAY DEADLOCK: ZOMBIES, PURGING BINLOGS,Venkatesh Duggirala2014-05-081-1/+28
| | * | WL#7076: Backporting wl6715 to support both formats Ashish Agarwal2013-08-231-17/+65
| | |\ \
| | | * | WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-17/+65
| | * | | Bug#17083851 BACKPORT BUG#11765744 TO 5.1, 5.5 AND 5.6 prabakaran thirumalai2013-07-301-0/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#17083851 BACKPORT BUG#11765744 TO 5.1, 5.5 AND 5.6 prabakaran thirumalai2013-07-301-0/+1
| | | * | Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | * | Bug#12636001 : deadlock from thd_security_contextGopal Shankar2012-05-171-2/+11
| | * | | Bug #14017206 WITH CONSISTENT SNAPSHOT DOES NOT WORK WITH ISOLATION LEVELAnnamalai Gurusami2013-07-101-0/+4
| | | |/ | | |/|
| | * | Bug#16779374: NEW ERROR MESSAGE ADDED TO 5.5 AFTER 5.6 GA - REUSINGJon Olav Hauglid2013-05-081-2/+4
| | * | Bug #13004581 BLACKHOLE BINARY LOG WITH ROW IGNORES UPDATE AND DELETE STATEM...Bill Qu2013-04-271-0/+38
| | * | Bug#15948818-SEMI-SYNC ENABLED MASTER CRASHES WHEN EVENTVenkatesh Duggirala2013-03-291-2/+1
| | * | BUG#16207679: MISSING ERROR WHEN RESIGNAL TO MYSQL_ERROR=5Nisha Gopalakrishnan2013-02-011-3/+5
| | * | Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOMNisha Gopalakrishnan2013-01-151-6/+10
| | * | This patch fixes bug#14729757 - MY_HASH_SEARCH(&XID_CACHE,Dmitry Shulga2012-12-061-3/+8
| | * | BUG#12669186: AUTOINC VALUE PERSISTENCY BREAKS CERTAIN REPLICATION SCENARIOSNuno Carvalho2012-11-141-0/+13
| | * | BUG#14458232 - CRASH IN THD_IS_TRANSACTION_ACTIVE DURINGThayumanavar2012-11-091-0/+12