summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-9/+22
* Merge branch '10.0' into 10.1Sergei Golubchik2017-07-071-2/+10
|\
| * 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 '10.0' into 10.1Sergei Golubchik2017-06-301-0/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-06-281-0/+2
| |\ \ | | |/
| | * MDEV-13187 incorrect backslash parsing in clientsSergei Golubchik2017-06-271-0/+2
* | | MDEV-13012 Assertion `share->error' failed in discover_handlerton upon execut...Sergei Golubchik2017-06-221-1/+1
* | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-0/+1
* | | Remove compile warning - "this" canot be nullDaniel Black2017-04-301-1/+1
* | | Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-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
* | | | bugfix: federated/replication did not increment bytes_received status variableSergei Golubchik2017-04-271-14/+0
* | | | MDEV-12345 Performance : replace calls to clock() inside trx_start_low() by T...Vladislav Vaintroub2017-03-231-0/+9
* | | | thd_rnd serviceSergei Golubchik2017-03-101-0/+22
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-0/+6
|\ \ \ \ | |/ / /
| * | | Add protection for reinitialization of mutex in parallel replactionMonty2017-02-281-0/+6
* | | | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-171-1/+0
|\ \ \ \ | |/ / /
| * | | 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
* | | | max_session_mem_used server variableSergei Golubchik2017-01-151-2/+4
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-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
* | | | Parallel replication async deadlock killKristian Nielsen2016-09-081-1/+76
* | | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-251-0/+8
|\ \ \ \
| * \ \ \ Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-08-241-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
| |\ \ \ \
* | \ \ \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-1/+9
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | With parallel replication we have had a couple of bugs where DDL'sMonty2016-08-121-1/+9
| | |/ / / | |/| | |
* | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-22/+39
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Fixed wrong counting of global Memory_usedMonty2016-04-281-3/+13
* | | | | Fix to ensure updates in gtid_slave_state table do not get binlogged.Nirbhay Choubey2016-02-241-1/+1
* | | | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-02-241-1/+7
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'mariadb-10.0.24' into 10.0-galeraNirbhay Choubey2016-02-231-3/+123
| |\ \ \ \ | | |/ / /
| * | | | refs codership/mysql-wsrep#201Daniele Sciascia2016-02-221-0/+6
| * | | | refs codership/galera#308Daniele Sciascia2016-02-221-1/+1
| * | | | refs codership/galera#308Daniele Sciascia2016-02-221-4/+0