| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| | |
errno must be reset before strtol()/strtoll() functions
are invoked.
|
| |
| |
| |
| |
| |
| | |
Compiler on Sparc is strict about the 'const' modifiers
in function declarations and definitions. Meaning
they should be exactly same.
|
|/
|
|
|
|
|
|
| |
- 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
|
|\ |
|
| |
| |
| |
| |
| | |
- 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.
|
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
* Changed loopback detection to be done via ifa->ifa_flags
* Removed unused function wsrep_guess_address()
|
| |
|
|
|
|
| |
Updated address parsing logic to include IPv6 format.
|
|
|
|
|
| |
* Changed loopback detection to be done via ifa->ifa_flags
* Removed unused function wsrep_guess_address()
|
|
|
|
|
| |
wsrep_info INFORMATION_SCHEMA plugin to provide WSREP_STATUS
and WSREP_MEMBERSHIP tables.
|
|
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.
|