summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-0/+10
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-0/+10
| |\
| | * Merge remote-tracking branch 'origin/10.1' into bb-10.2-vicentiuVicențiu Ciorbaru2017-12-281-0/+10
| | |\
| | | * MDEV-10715 Galera: Replicate MariaDB GTID to other nodes in the clusterSachin Setiya2017-12-251-0/+10
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-121-2/+0
|\ \ \ \ | |/ / /
| * | | Move all kill mutex protection to LOCK_thd_killMonty2017-12-081-2/+0
* | | | Add extra mutex check to wsrep_aborting_thd_enqueueMonty2017-12-081-0/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-1/+1
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-1/+1
| | |\ \ | | | |/
| | | * Fix the build on OpenBSD (#488)David Carlier2017-11-171-1/+1
| | | * cleanup: remove useless "inline" keywordsSergei Golubchik2017-09-271-1/+1
| | | * MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0)Sachin Setiya2017-09-271-1/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-1/+1
|\ \ \ \ | |/ / /
| * | | Rename some errors that uses MySQL -> MariaDBMonty2017-11-051-1/+1
* | | | 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