Sachin Setiya
f66395f7c0
Merge tag 'mariadb-10.0.30' into bb-sachin-10.0-galera-merge
...
Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
2017-03-17 02:05:20 +05:30
Sachin Setiya
c401773c8d
Fix test cases
...
Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
2017-03-16 08:07:58 +05:30
Sachin Setiya
5bb7653667
Fix wsrep_affected_rows.
...
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>
2017-03-16 02:13:31 +05:30
Sachin Setiya
1743d68868
Fix Some failing tests
...
Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
2017-03-15 00:07:37 +05:30
Philip Stoev
25070d2a2c
Bump WSREP_PATCH_VERSION to 19
2017-03-15 00:07:37 +05:30
Sachin Setiya
ad7b00fb90
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>
2017-03-15 00:07:16 +05:30
Philip Stoev
69b5bd7ae3
Galera MTR Tests: Tests for MW-328 Fix unnecessary/silent BF aborts
2017-03-14 15:53:46 +05:30
Philip Stoev
dd2f023427
Galera MTR Tests: restore galera_autoinc_sst_xtrabackup.test to use xtrabackup SST
2017-03-14 15:39:12 +05:30
Philip Stoev
5ac0d5fc24
Galera MTR Tests: Stability fix for MW-329
2017-03-14 15:38:39 +05:30
Philip Stoev
17f716062d
Galera MTR Tests: Test for MW-329 Fix incorrect affected rows count after replay
2017-03-14 14:54:50 +05:30
Sachin Setiya
00f1ed6655
Galera MTR Tests: fix variable output in galera_as_slave_gtid_replicate_do_db.result
...
Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
2017-03-14 14:44:53 +05:30
Sachin Setiya
f29c40d0a5
GAL-480 MTR test
2017-03-14 14:31:13 +05:30
Philip Stoev
6fabf12ba0
Galera MTR Test: Test for MW-28 : Assertion with --wsrep-log-conflicts
2017-03-14 13:15:38 +05:30
Sachin Setiya
0e0ae0bb06
MW-28, codership/mysql-wsrep#28 Fix sync_thread_levels debug assert
...
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>
2017-03-14 13:13:22 +05:30
sjaakola
471dd11381
refs: MW-319
...
* silenced the WSREP_ERROR, this fires for all replication filtered DDL,
and is false positive
2017-03-14 11:49:45 +05:30
Sachin Setiya
c49bfff992
Galera MTR tests: Make the mysqlhotcopy tests pass on Ubuntu 16.04
...
Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
2017-03-14 11:21:16 +05:30
Philip Stoev
e29d7b1d0b
Bump WSREP_PATCH_VERSION to 18
2017-03-14 11:19:48 +05:30
Philip Stoev
f78332c581
Galera MTR Tests: stability fix for galera#414.test
2017-03-14 11:19:31 +05:30
Sachin Setiya
64bb59fce9
Galera MTR Tests: stability fixes
...
* 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>
2017-03-14 11:19:03 +05:30
Philip Stoev
451bf7243a
Galera MTR Tests: Test for MW-313 Enforce wsrep_max_ws_rows also when binlog is enabled
2017-03-14 11:11:39 +05:30
Daniele Sciascia
9dda6cb08d
MW-313 Enforce wsrep_max_ws_rows also when binlog is enabled
2017-03-14 11:11:18 +05:30
Philip Stoev
395c420f0f
Galera MTR Tests: MW-305 , re-enable the test for ALTER USER
2017-03-14 07:13:22 +05:30
Philip Stoev
0a06347333
Galera MTR Tests: Test for MW-309 - Fix wsrep_max_ws_rows so that it does not affect SELECT queries
2017-03-14 07:12:50 +05:30
Philip Stoev
5d9c747193
Galera MTR tests: Update galera_defaults.result for GAL-360
2017-03-14 07:12:16 +05:30
Sachin Setiya
16e683fdad
Galera MTR Tests: Tests for GAL-419 Respect safe_to_bootstrap flag also with
...
gcomm://
Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
2017-03-14 07:11:17 +05:30
Philip Stoev
108fd77486
Galera MTR Tests: GAL-405 Initial implementation of GCache recovery on startup.
2017-03-13 15:45:49 +05:30
Sachin Setiya
9be994ba69
MW-309 Fix wsrep_max_ws_rows so that it does not affect queries
...
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>
2017-03-13 05:30:02 +05:30
Sachin Setiya
4573924f7d
Galera MTR Tests: MW-308 , MW-307, GCF-992
...
* 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
2017-03-12 23:00:20 +05:30
Philip Stoev
c2eaae268d
Galera MTR Tests: GCF-981 - galera_bf_abort is non deterministic
2017-03-12 17:26:42 +05:30
Philip Stoev
0e105bc1f2
Galera MTR Tests: Test for GCF-942 - safe_to_bootstrap flag in grastate.dat
2017-03-12 15:08:08 +05:30
Philip Stoev
15298689cb
Bump WSREP_PATCH_VERSION to 17
2017-03-12 14:24:57 +05:30
Sachin Setiya
86ec6c221a
MW-267: followup to the original pull request, removed unnecessary cast.
...
Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
2017-03-12 14:24:42 +05:30
Alexey Yurchenko
3045b60f0f
GAL-401: MTR test for the fix.
2017-03-12 13:45:40 +05:30
Vicențiu Ciorbaru
c4f3e64c23
Merge branch 'bb-10.0-vicentiu' into 10.0
2017-03-06 21:50:42 +02:00
Vicențiu Ciorbaru
dc1c9e69d0
Make tokudb report ENOENT when renaming table to nonexistant DB
2017-03-06 19:25:22 +02:00
Vicențiu Ciorbaru
3da916246f
Revert "Add extra HA_ERR message that Percona introduced within TokuDB 5.6.35-80"
...
This reverts commit fa59ac5055
.
2017-03-06 19:17:15 +02:00
Vicențiu Ciorbaru
9741017b1f
Disable 2 tokudb tests
...
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.
2017-03-05 15:18:26 +02:00
Vicențiu Ciorbaru
7bf914e157
rpl_extra_col_slave_tokudb changes result set
...
Probably the result is due to a bug fixed on their server. Restoring old
behaviour for now.
2017-03-05 15:18:26 +02:00
Vicențiu Ciorbaru
97041acf7f
Fix tokudb.gap_lock_error test
...
TokuDB testsuite makes use of includes not found in our default 10.0.
Cherry pick them from Percona Server's include directory.
2017-03-05 15:18:26 +02:00
Elena Stepanova
4c3b732d9f
Updated list of unstable tests for 10.0.30 release
2017-03-05 12:26:32 +02:00
Vicențiu Ciorbaru
1cac281ebe
Merge branch 'merge-pcre' into 10.0
2017-03-05 02:44:39 +02:00
Vicențiu Ciorbaru
dfd7749120
8.40
2017-03-05 02:27:59 +02:00
Vicențiu Ciorbaru
895b253963
Merge remote-tracking branch 'connect/10.0' into 10.0
2017-03-05 02:22:40 +02:00
Vicențiu Ciorbaru
fa59ac5055
Add extra HA_ERR message that Percona introduced within TokuDB 5.6.35-80
2017-03-05 02:01:49 +02:00
Vicențiu Ciorbaru
b7a3bce06e
Merge branch 'merge-tokudb-5.6' into 10.0
2017-03-05 02:01:21 +02:00
Vicențiu Ciorbaru
d71df7e1db
5.6.35-80.0
2017-03-05 01:31:32 +02:00
Vicențiu Ciorbaru
5139c4b688
Update xtradb version to match the merged one
2017-03-05 01:06:01 +02:00
Vicențiu Ciorbaru
5d0c123007
Add missing sys_var test for innodb_stats_include_delete_marked
2017-03-05 01:00:21 +02:00
Vicențiu Ciorbaru
83da1a1e57
Merge branch 'merge-xtradb-5.6' into 10.0
2017-03-05 00:59:57 +02:00
Vicențiu Ciorbaru
8d69ce7b82
5.6.35-80.0
2017-03-04 20:50:02 +02:00