mariadb/mysql-test/suite/galera/include
Daniele Sciascia 3aa5f00e69 MDEV-15929 Fix lock wait timeout on SELECT @@GLOBAL.WSREP_ON
This patch fixes a lock wait timeout error on `SELECT @@GLOBAL.WSREP_ON`
in `wait_wsrep_ready.inc`:

```
--connection node_2
...
--source include/kill_galera.inc

--connection node_1
--source include/wait_until_connected_again.inc # This includes wait_wsrep_ready.inc

```

The problem is that on node_2, kill_galera.inc may return before
the node is killed. So node_1 may still see that node_1 is alive
and will attempt to sync wait when doing those `SELECT` statements.
But sync wait is doomed to fail given that node_1 is killed, hence
the lock wait timeout.
One possible fix is to disable wsrep_sync_wait before including
wait_until_connected_again.
However, it appears that including wait_until_connected_again is
not necessary at all in node_1, so this patch removes it altogether.
2018-04-19 10:48:29 +02:00
..
auto_increment_offset_restore.inc Fix/disable some failing galera tests. 2016-11-01 17:20:12 -04:00
auto_increment_offset_save.inc Fix/disable some failing galera tests. 2016-11-01 17:20:12 -04:00
galera_have_debug_sync.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
galera_load_provider.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
galera_reset_cluster_address.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
galera_resume.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
galera_sst_restore.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
galera_sst_set_mysqldump.inc MDEV-15409 make sure every sst script is tested in buildbot 2018-03-23 00:55:20 +01:00
galera_st_clean_slave.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
galera_st_disconnect_slave.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
galera_st_kill_slave.inc MDEV-15929 Fix lock wait timeout on SELECT @@GLOBAL.WSREP_ON 2018-04-19 10:48:29 +02:00
galera_st_kill_slave_ddl.inc MDEV-15409 make sure every sst script is tested in buildbot 2018-03-23 00:55:20 +01:00
galera_st_shutdown_slave.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
galera_unload_provider.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
galera_wsrep_recover.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
have_mariabackup.inc MDEV-15409 make sure every sst script is tested in buildbot 2018-03-23 00:55:20 +01:00
have_wsrep_replicate_myisam.inc MDEV-13549: Galera test failures 2018-03-19 10:01:40 +02:00
have_xtrabackup.inc MDEV-15409 make sure every sst script is tested in buildbot 2018-03-23 00:55:20 +01:00
kill_galera.inc MW-405 Remove wait_until_connected_again.inc from kill_galera.inc 2018-04-03 08:10:21 +03:00
print_gtid.inc MDEV-6594: Use separate domain_id for Galera transactions 2015-02-27 22:33:41 -05:00
shutdown_mysqld.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
start_mysqld.inc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00