summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and fixesMonty2017-09-081-9/+3
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-79/+152
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-011-79/+152
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2017-08-311-79/+152
| | |\
| | | * Galera after-merge fixesMarko Mäkelä2017-08-301-58/+0
| | | * Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-81/+210
| | | |\
| | | | * Fix test failure on test MW-86 and remove MW-360 test.Jan Lindström2017-08-151-2/+0
| | | | * Refs: MW-360 * fix for regression with galera_toi_ddl_nonconflicting testsjaakola2017-08-141-4/+3
| | | | * MW-86 Adjust MTR tests for changes to wsrep_sync_waitDaniele Sciascia2017-08-141-1/+5
| | | | * MW-366 Improved support for IPv6 networks - made mysqld and SST scripts to re...Alexey Yurchenko2017-08-111-16/+6
| | | | * Refs: MW-360 * reverted WSREP_TO_ISOLATION macros back to original formsjaakola2017-08-111-2/+2
| | | | * Refs: MW-360 * merged relevant parts of DROP TABLE query splitting from mysql...sjaakola2017-08-111-79/+207
| | | | * Refs: MW-360 * splitting DROP TABLE query in separate DROP commands for tempo...sjaakola2017-08-111-5/+6
| | | | * MDEV-11479 Improved wsrep_dirty_readsSachin Setiya2016-12-141-0/+4
| | | | * Cleanup: MDL_context::wsrep_get_thd() is no longer neededNirbhay Choubey2016-09-011-2/+2
* | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-2/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-2/+2
* | | | | Reduce stack sizeMonty2017-08-241-0/+11
* | | | | Fixed some compiler warningsMichael Widenius2017-08-241-1/+1
* | | | | Lots of small cleanupsMichael Widenius2017-08-241-7/+2
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-0/+1
|/ / / /
* | | | MDEV-13419 Cleanup for Sp_handler::show_create_spAlexander Barkov2017-08-011-7/+8
* | | | MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-07-311-3/+3
* | | | MDEV-13414 Fix the SP code to avoid excessive use of strlenAlexander Barkov2017-07-311-10/+7
* | | | MDEV-13298 Change sp_head::m_chistics from a pointer to a structureAlexander Barkov2017-07-121-1/+1
* | | | MDEV-13197 Parser refactoring for CREATE VIEW,TRIGGER,SP,UDF,EVENTAlexander Barkov2017-07-011-7/+7
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-8/+8
* | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-1/+2
* | | | MDEV-8203 Assert in Query_log_event::do_apply_event()Monty2017-04-071-1/+1
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+2
|\ \ \ | |/ /
| * | MDEV-11479 Improved wsrep_dirty_readsSachin Setiya2016-12-141-0/+4
| * | MDEV-9312: storage engine not enforced during galera cluster replicationmariadb-10.1.18Nirbhay Choubey2016-09-291-1/+5
| * | MDEV-9312: storage engine not enforced during galera cluster replicationNirbhay Choubey2016-09-281-1/+8
* | | fix build and some warningskevg2016-11-241-2/+2
* | | MDEV-11149: wsrep_replicate_mysaim: DML fails when binlog checksum enabledNirbhay Choubey2016-11-071-1/+5
* | | MDEV-9312: storage engine not enforced during galera cluster replicationNirbhay Choubey2016-11-071-1/+5
* | | MDEV-9312: storage engine not enforced during galera cluster replicationNirbhay Choubey2016-11-071-1/+8
* | | Use sql_mode_t for sql_mode.Monty2016-10-051-1/+1
* | | MDEV-6112 multiple triggers per tableMonty2016-10-051-1/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-31/+40
|\ \ \ | |/ /
| * | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-251-31/+40
| |\ \ | | |/
| | * MDEV-10566: Create role statement replicated inconsistently in Galera ClusterNirbhay Choubey2016-08-241-0/+6
| | * refs codership/mysql-wsrep#267Damien Ciabrini2016-08-211-1/+1
| | * GCF-837 Fix crash when loading wrong provider versionDaniele Sciascia2016-08-211-2/+4
| | * MW-258 - RSU DDL should not rely on the global wsrep_desync variable value an...Alexey Yurchenko2016-08-211-28/+19
| | * Refs MW-252sjaakola2016-08-211-0/+4