- 16 Mar, 2017 2 commits
-
-
Sachin Setiya authored
Signed-off-by:
Sachin Setiya <sachin.setiya@mariadb.com>
-
Sachin Setiya authored
Signed-off-by:
Sachin Setiya <sachin.setiya@mariadb.com>
-
- 15 Mar, 2017 1 commit
-
-
Sachin Setiya authored
The value of wsrep_affected_rows were not reseted properly for slave. Now we also wsrep_affected_rows in Xid_log_event::do_apply_event also , apart from THD::cleanup_after_query(). Signed-off-by:
Sachin Setiya <sachin.setiya@mariadb.com>
-
- 14 Mar, 2017 22 commits
-
-
Sachin Setiya authored
Signed-off-by:
Sachin Setiya <sachinsetia1001@gmail.com>
-
Philip Stoev authored
-
Sachin Setiya authored
Galera MTR Tests: do not run innodb.innodb_stats_del_mark and some other tests with Galera, as it produces warnings Signed-off-by:
Sachin Setiya <sachinsetia1001@gmail.com>
-
Philip Stoev authored
-
Philip Stoev authored
-
Philip Stoev authored
-
Philip Stoev authored
-
Sachin Setiya authored
Signed-off-by:
Sachin Setiya <sachinsetia1001@gmail.com>
-
Sachin Setiya authored
-
Philip Stoev authored
-
Sachin Setiya authored
Introduced a new wsrep_trx_print_locking() which may be called under lock_sys->mutex if the trx has locks. Signed-off-by:
Sachin Setiya <sachinsetia1001@gmail.com>
-
sjaakola authored
* silenced the WSREP_ERROR, this fires for all replication filtered DDL, and is false positive
-
Sachin Setiya authored
Signed-off-by:
Sachin Setiya <sachinsetia1001@gmail.com>
-
Philip Stoev authored
-
Philip Stoev authored
-
Sachin Setiya authored
* remove part of galera_var_cluster_address.test that can not be tested reliably * reduce running time for galera_gcache_recover_manytrx.test * Additional wait_conditions for GAL-401.test Signed-off-by:
Sachin Setiya <sachinsetia1001@gmail.com>
-
Philip Stoev authored
-
Daniele Sciascia authored
-
Philip Stoev authored
-
Philip Stoev authored
-
Philip Stoev authored
-
Sachin Setiya authored
gcomm:// Signed-off-by:
Sachin Setiya <sachinsetia1001@gmail.com>
-
- 13 Mar, 2017 2 commits
-
-
Philip Stoev authored
-
Sachin Setiya authored
Option wsrep_max_ws_rows is intended to limit the maximum number of rows in a writeset. To enforce this limit, we increment THD::wsrep_affected_rows on every INSERT, UPDATE or DELETE. The problem is that we do so even on insertion to internal temporary tables used for SELECTs and such. THD::wsrep_affected_rows is now incremented only for rows that are actually replicated. Signed-off-by:
Sachin Setiya <sachinsetia1001@gmail.com>
-
- 12 Mar, 2017 6 commits
-
-
Sachin Setiya authored
* a dedicated test for wsrep_retry_autocommit * some galera_toi_* tests were only passing because wsrep_retry_autocommit was in effect. The tests were changed to do not use autocommit * higher timeout values in galera_2nodes.cnf , galera_3nodes.cnf # Conflicts: # mysql-test/suite/galera/galera_2nodes.cnf # mysql-test/suite/galera/r/galera_defaults.result # mysql-test/suite/galera_3nodes/galera_3nodes.cnf
-
Philip Stoev authored
-
Philip Stoev authored
-
Philip Stoev authored
-
Sachin Setiya authored
Signed-off-by:
Sachin Setiya <sachinsetia1001@gmail.com>
-
Alexey Yurchenko authored
-
- 06 Mar, 2017 3 commits
-
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
This reverts commit fa59ac50.
-
- 05 Mar, 2017 4 commits
-
-
Vicențiu Ciorbaru authored
dir_per_db_rename_to_nenexisting_schema: mysqltest fails with no output percona_kill_idle_trx_tokudb: MariaDB doesn't support kill_idle_trx var for all SE.
-
Vicențiu Ciorbaru authored
Probably the result is due to a bug fixed on their server. Restoring old behaviour for now.
-
Vicențiu Ciorbaru authored
TokuDB testsuite makes use of includes not found in our default 10.0. Cherry pick them from Percona Server's include directory.
-
Elena Stepanova authored
-