summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mariadb-10.0.33' into bb-10.0-galerabb-10.0-sachin-galeraSachin Setiya2017-11-031-1/+1
|\
| * MDEV-13693 : Fix parameter passing to my_error.Vladislav Vaintroub2017-08-311-1/+1
* | Fix test failure on test MW-86 and remove MW-360 test.Jan Lindström2017-08-151-6/+0
* | Refs: MW-360 * splitting DROP TABLE query in separate DROP commands for tempo...sjaakola2017-08-111-1/+4
* | Merge tag 'mariadb-10.0.32' into 10.0-galeraJan Lindström2017-08-091-8/+16
|\ \ | |/
| * MDEV-11896 thd_get_error_context_description race conditionSergei Golubchik2017-07-201-6/+4
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-1/+1
| |\
| | * sql_class: incorrect assignment in Security_context::destroyDaniel Black2017-07-041-1/+1
| * | Fix for MDEV-13191. Assert for !is_set() when doing LOAD DATAMonty2017-07-021-1/+9
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-06-281-0/+2
| |\ \ | | |/
| | * MDEV-13187 incorrect backslash parsing in clientsSergei Golubchik2017-06-271-0/+2
* | | Merge tag 'mariadb-10.0.31' into 10.0-galeraSachin Setiya2017-05-301-1/+1
|\ \ \ | |/ /
| * | 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
* | | | Fix galera tests part II(Fix previous commit)Sachin Setiya2017-05-081-1/+1
* | | | Fix galera test failures.Sachin Setiya2017-05-081-1/+1
* | | | Fix compiler warnings on gcc 6.x.Jan Lindström2017-04-051-1/+1
* | | | Merge tag 'mariadb-10.0.30' into bb-sachin-10.0-galera-mergeSachin Setiya2017-03-171-1/+6
|\ \ \ \ | |/ / /
| * | | 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 tag 'mariadb-10.0.28' into 10.0-galeraNirbhay Choubey2016-10-281-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-0/+2
| |\ \ \ | | |/ /
| | * | missing element in prelocked_mode_name[] arraySergei Golubchik2016-09-121-0/+2
* | | | Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-08-241-1/+9
|\ \ \ \ | |/ / /
| * | | With parallel replication we have had a couple of bugs where DDL'sMonty2016-08-121-1/+9
* | | | MDEV-10566: Create role statement replicated inconsistently in Galera ClusterNirbhay Choubey2016-08-241-0/+4
* | | | MW-286 Avoid spurious deadlock errors when wsrep_on is disabledDaniele Sciascia2016-08-211-1/+1
* | | | Refs MW-252sjaakola2016-08-211-2/+1
* | | | Refs MW-252sjaakola2016-08-211-1/+2
* | | | MW-265 Add support for wsrep_max_ws_rowsDaniele Sciascia2016-07-191-2/+6
* | | | Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-04-291-25/+42
|\ \ \ \ | |/ / /
| * | | 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 tag 'mariadb-10.0.24' into 10.0-galeraNirbhay Choubey2016-02-231-3/+123
|\ \ \ \ | |/ / /
| * | | 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
* | | | | refs codership/mysql-wsrep#201Daniele Sciascia2016-02-221-0/+6
* | | | | refs codership/galera#308Daniele Sciascia2016-02-221-1/+1