mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
e5b6db0179
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.
21 lines
1.3 KiB
Text
21 lines
1.3 KiB
Text
RESET MASTER;
|
|
"engine: aria crash point: ddl_log_drop_before_delete_view position: 1"
|
|
v2.frm
|
|
master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1` /* generated by ddl recovery */
|
|
"engine: aria crash point: ddl_log_drop_before_delete_view position: 2"
|
|
master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1`,`v2` /* generated by ddl recovery */
|
|
"engine: aria crash point: ddl_log_drop_after_delete_view position: 1"
|
|
v2.frm
|
|
master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1` /* generated by ddl recovery */
|
|
"engine: aria crash point: ddl_log_drop_after_delete_view position: 2"
|
|
master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1`,`v2` /* generated by ddl recovery */
|
|
"engine: aria crash point: ddl_log_drop_before_binlog position: 1"
|
|
master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1`,`v2` /* generated by ddl recovery */
|
|
"engine: aria crash point: ddl_log_drop_before_binlog position: 2"
|
|
"No crash!"
|
|
master-bin.000001 # Query # # use `test`; DROP VIEW v1,v2
|
|
"engine: aria crash point: ddl_log_drop_after_binlog position: 1"
|
|
master-bin.000001 # Query # # use `test`; DROP VIEW v1,v2
|
|
"engine: aria crash point: ddl_log_drop_after_binlog position: 2"
|
|
"No crash!"
|
|
master-bin.000001 # Query # # use `test`; DROP VIEW v1,v2
|