- 05 Aug, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 31 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
A donor node does a flush tables and then tries to freeze innodb writes before proceeding with SST. However, innodb_disallow_writes was missing in xtradb. Merged 'InnodbFreeze' patch from maria-5.5-galera's to xtradb. Also, merged some changes missing in innobase's os0file.cc. Added a basic test case for innodb_disallow_writes system variable.
-
- 22 Jul, 2014 2 commits
-
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
-
- 21 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 15 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 12 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 11 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 09 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 04 Jul, 2014 3 commits
-
-
-
Jan Lindström authored
-
Jan Lindström authored
-
- 30 Jun, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 26 Jun, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 25 Jun, 2014 2 commits
-
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
-
- 23 Jun, 2014 2 commits
-
-
Nirbhay Choubey authored
Some wsrep system variables contain uppercase letters in their names, as a result of which they seemed out of order after sorting. Fixed by using case-insensitive string comparison function to perform sorting.
-
Nirbhay Choubey authored
-
- 20 Jun, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 19 Jun, 2014 2 commits
-
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
-
- 18 Jun, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 16 Jun, 2014 2 commits
-
-
Nirbhay Choubey authored
state to the joiner In mysqldump SST, if Galera nodes are started with --log-bin and -log-slave-updates, the GTID sequence increases as the dump is played on the joiner, leaving behind the donor. This patch introduces a new mysqldump option --galera-sst-mode, which if enabled, would a) Add command to set off binary logging (log_bin=OFF). b) Add command to set @@global.gtid_binlog_state to that of donor. This will help in keeping the GTIDs consistent post-SST across the nodes.
-
Nirbhay Choubey authored
-
- 12 Jun, 2014 1 commit
-
-
Sergei Golubchik authored
-
- 11 Jun, 2014 5 commits
-
-
Sergei Golubchik authored
-
Alexey Botchkov authored
Some variables weren't cleared properly so consequitive embedded server start/stop failed. Cleanups added. Also mysql_client_test.c extended to test that (taken from Mattias Johnson's patch)
-
Sergei Golubchik authored
When plugin=mysql_native_password (or mysql_old_password) take the password from *either* password *or* authentication_string, whichever is set. This makes no sense, but alas, that's what MySQL-5.6 does.
-
Sergei Golubchik authored
fix for ranges like "indexed_datetime OP time" (test case is in the previous revision)
-
Sergei Golubchik authored
fix for ref like "indexed_time = datetime"
-
- 09 Jun, 2014 3 commits
-
-
Nirbhay Choubey authored
from 10.0:r4231).
-
Sergei Golubchik authored
(prep for MDEV-6065)
-
Sergei Golubchik authored
-
- 10 Jun, 2014 7 commits
-
-
Igor Babaev authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Igor Babaev authored
-
Igor Babaev authored
The method JOIN_CACHE::init may fail (return 1) if some conditions on the used join buffer is not satisfied. For example it fails if join_buffer_size is greater than join_buffer_space_limit. The conditions should be checked when running the EXPLAIN command for the query. That's why the method JOIN_CACHE::init has to be called for EXPLAIN commands as well.
-
Alexey Botchkov authored
MDEV-4440 IF NOT EXISTS in multi-action ALTER does not work when the problem is created by a previous part of the ALTER. Loops added to the handle_if_exists_option() to check the CREATE/DROP lists for duplicates.
-
Sergey Petrunya authored
Part#1. table_cond_selectivity() should discount selectivity of table' conditions only when ity counts that selectivity to begin with. For non-ref-based access methods (ALL/range/index_merge/etc), we start with sel=1.0 and hence do not need to discount any selectivities.
-