summaryrefslogtreecommitdiff
path: root/mysql-test/suite/atomic/alter_table.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2021-05-21 13:06:00 +0300
committerMonty <monty@mariadb.org>2021-05-24 21:04:40 +0300
commite5b6db01795d6adbc39f10fbd70da1d8a0980fc2 (patch)
tree3d58f7b134d7108717dc14e23c705dbed9158a1d /mysql-test/suite/atomic/alter_table.result
parent3b8d4180d5f7f8c0d72be734f13a8de05ef537cb (diff)
downloadmariadb-git-e5b6db01795d6adbc39f10fbd70da1d8a0980fc2.tar.gz
Speed up atomic test suite by improving wait_until_connected_again.inc
and remove usage of RESET MASTER in loops. - Remove sleep of 0.1 second that was done even when not needed. - Don't call include/wait_wsrep_ready.inc if NO_WSREP is defined. - Added NO_WSREP=1 to all atomic tests. - Use 'select 1' instead of 'show status' to check is server is up. - Changed RESET MASTER to FLUSH BINARY LOGS to speed up atomic tests. To be able to do this, added a new parameter variable to show_events.inc to allow one to specify the name of the binary log in the output.
Diffstat (limited to 'mysql-test/suite/atomic/alter_table.result')
-rw-r--r--mysql-test/suite/atomic/alter_table.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/atomic/alter_table.result b/mysql-test/suite/atomic/alter_table.result
index 58a77b9edaf..9807008e119 100644
--- a/mysql-test/suite/atomic/alter_table.result
+++ b/mysql-test/suite/atomic/alter_table.result
@@ -1,4 +1,5 @@
create database test2;
+RESET MASTER;
engine: myisam