- 06 Oct, 2014 1 commit
-
-
Sergei Petrunia authored
-
- 04 Oct, 2014 2 commits
-
-
Nirbhay Choubey authored
thd->variables' table_plugin & tmp_table_plugin should be set to NULL for wsrep system threads. Also made a minor change to skip checking of wsrep options if wsrep_on is not set.
-
Nirbhay Choubey authored
- Simplified test cases in wsrep.variables - Fixed a condition in wsrep_check_opts.cc - Fixed an "unbound variable" in wsrep_sst_rsync
-
- 02 Oct, 2014 3 commits
-
-
Jan Lindström authored
(lock != ctx->wait_lock) References: lp:1364840 lp:1280896 - reverted a part of fix for lp:1280896 (updating a unique key can cause parallel applying to hang ) in revision #4105. This "BF (brute force) lock skipping" caused regression which surfaced in randgen test for bug lp:1364840
-
Sergei Golubchik authored
-
Jan Lindström authored
-
- 01 Oct, 2014 24 commits
-
-
Sergei Golubchik authored
on CentOS 5 x86 (at least) this results in a binary that cannot load plugins. Draw the line, quite arbitrarily, at gcc 4.6.
-
Sergei Golubchik authored
instead of exec'ing /usr/sbin/ifconfig|grep|sed|awk
-
Sergei Golubchik authored
remove if() over many COM_xxx values
-
Sergei Golubchik authored
there is no reason to initialize wsrep start position and auth from inside the get_one_option() callback
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
pass --defaults-file and --defaults-extra-file (whatever was specified, or none) from mysqld down to SST scripts. parse these options in SST scripts and pass them down to mysqldump, my_print_defaults, and xtrabackup
-
Sergei Golubchik authored
-
Sergei Golubchik authored
fix wsrep not to crash when started disabled
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
that didn't quite work, WITH_PARTITION_STORAGE_ENGINE was not undefined
-
Sergei Golubchik authored
-
Sergei Golubchik authored
from engines that we don't need to merge from a third-party repository on a regular basis
-
Sergei Golubchik authored
-
- 30 Sep, 2014 2 commits
-
-
Sergei Petrunia authored
- if test_if_skip_sort_order() decides to switch to using an index, or switch from using ref to using quick select, it should set all members accordingly.
-
Jan Lindström authored
you the progress of inplace alter table and row log buffer usage - (x 100%, it's 4-digit. 10000 means 100.00%) - Innodb_onlineddl_rowlog_rows Shows how many rows are stored in row log buffer. - Innodb_onlineddl_rowlog_pct_used Shows row log buffer usage in percent ( *100%, it's 4-digit. 10000 means 100.00% ). - Innodb_onlineddl_pct_progress Shows the progress of inplace alter table. It might be not so accurate because inplace alter is highly depend on disk and buffer pool status. But still it is useful and better than nothing. - Add some log for inplace alter table XtraDB/InnoDB will print some message before and after doing some task.
-
- 26 Sep, 2014 3 commits
-
-
Sergei Petrunia authored
Re-work test_if_order_by_key() to work correctly for extended indexes.
-
Jan Lindström authored
-- innodb-wl5522-debug-zip (path differences win/unix) -- innodb_defragment_fill_factor (stabilise) -- innodb_force_pk (case difference win/unix)
-
Nirbhay Choubey authored
-
- 25 Sep, 2014 5 commits
-
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
Updated 33_scripts__mysql_create_system_tables__no_test.dpatch to reflect user.default_role.
-
Sergei Petrunia authored
[re-commit in git] Second variant of the fix: reduce the scope of 'role' variable
-