13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
################################################################################
|
|
# The aim of the test is to ensure that ALTER TABLE..RENAME INDEX is
|
|
# successfully replicated.
|
|
################################################################################
|
|
|
|
--source include/master-slave.inc
|
|
|
|
--let $master= master
|
|
--let $slave= slave
|
|
--source extra/rpl_tests/rpl_rename_index.inc
|
|
|
|
--source include/rpl_end.inc
|