diff options
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/rpl_row_img_general_loop.inc | 2 | ||||
-rw-r--r-- | mysql-test/include/show_delayed_slave_state.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/include/rpl_row_img_general_loop.inc b/mysql-test/include/rpl_row_img_general_loop.inc index 3c7749e5135..1e3e42f893c 100644 --- a/mysql-test/include/rpl_row_img_general_loop.inc +++ b/mysql-test/include/rpl_row_img_general_loop.inc @@ -12,7 +12,7 @@ # the name of the test script to include in every combination # # Sample usage: -# -- let $row_img_test_script= extra/rpl_tests/rpl_row_img.test +# -- let $row_img_test_script= suite/rpl/include/rpl_row_img.test # -- source include/rpl_row_img_general_loop.test diff --git a/mysql-test/include/show_delayed_slave_state.inc b/mysql-test/include/show_delayed_slave_state.inc index 8eb7232a206..53a9aa828de 100644 --- a/mysql-test/include/show_delayed_slave_state.inc +++ b/mysql-test/include/show_delayed_slave_state.inc @@ -5,7 +5,7 @@ # ==== Usage ==== # # --let $verbose_delayed_slave_state= [0|1] -# --source extra/rpl_tests/show_delayed_slave_state.inc +# --source suite/rpl/include/show_delayed_slave_state.inc # # By default, the output is normalized so that it does not depend on # exact timing or exact binlog positions. If |