summaryrefslogtreecommitdiff
path: root/sql/wsrep_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+2
|\
| * MDEV-10056: SST method mysqldump is brokenNirbhay Choubey2016-06-271-0/+1
| | | | | | | | | | errno must be reset before strtol()/strtoll() functions are invoked.
| * MDEV-9618 solaris sparc build fails on 10.1.Alexey Botchkov2016-06-271-1/+1
| | | | | | | | | | | | Compiler on Sparc is strict about the 'const' modifiers in function declarations and definitions. Meaning they should be exactly same.
* | Final fixes for Memory_usedMonty2016-04-281-1/+1
|/ | | | | | | | - Change some static variables to dynamic to ensure that we don't do any memory allocations before server starts or stops - Print more memory information on SIGHUP. Fixed output. - Write out if memory was lost if run with --debug-at-exit - Fixed wrong #ifdef in sql_cache.cc
* Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-11-191-2/+24
|\
| * This commit fixesAlexey Yurchenko2015-09-091-1/+1
| | | | | | | | | | - errno handling in wsp::env::append() method, where error could be returned by mistake - return code of sst_prepare_other() when pthread_create() fails - it was returning positive error code which by convention is treated as success.
| * Refs codership/mysql-wsrep#141: this commitAlexey Yurchenko2015-09-091-1/+23
| | | | | | | | | | 1. Passes wsrep_sst_auth_value to SST scripts via WSREP_SST_OPT_AUTH envronmental variable, so it never appears on the command line 2. In mysqldump and xtrabackup* SST scripts which rely on MySQL authentication, instead of passing password on the command line, SST script sets MYSQL_PWD environment variable, so that password also never appears on the mysqldump/innobackupex command line.
| * Changes in wsrep_guess_ip()Nirbhay Choubey2015-02-241-1/+0
| | | | | | | | | | * Changed loopback detection to be done via ifa->ifa_flags * Removed unused function wsrep_guess_address()
| * Merging revision 3839..3932 from codership-mysql/5.5.Nirbhay Choubey2014-01-091-0/+208
|
* MDEV-8034 : wsrep_node_address can't be IPV6Nirbhay Choubey2015-09-151-1/+143
| | | | Updated address parsing logic to include IPv6 format.
* Changes in wsrep_guess_ip()Nirbhay Choubey2015-02-271-1/+0
| | | | | * Changed loopback detection to be done via ifa->ifa_flags * Removed unused function wsrep_guess_address()
* MDEV-7053: WSREP_STATUS & WSREP_MEMBERSHIP I_S tablesNirbhay Choubey2014-11-221-10/+60
| | | | | wsrep_info INFORMATION_SCHEMA plugin to provide WSREP_STATUS and WSREP_MEMBERSHIP tables.
* MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+208
Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.