1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Write slave status field names using consistent style.

(Initial caps for each word.) For example, instead of writing
Until_condition, Until_Log_File, and Until_log_pos, write
Until_Condition, Until_Log_File, and Until_Log_pos.
This commit is contained in:
paul@ice.snake.net
2003-11-20 13:07:25 -06:00
parent ee46b6909c
commit 53c93091f2
18 changed files with 55 additions and 55 deletions

View File

@ -76,7 +76,7 @@ sync_with_master;
--replace_result $MASTER_MYPORT MASTER_PORT 3306 MASTER_PORT 3334 MASTER_PORT
--replace_column 1 # 33 #
show slave status;
# one more rotation, to be sure Relay_log_space is correctly updated
# one more rotation, to be sure Relay_Log_Space is correctly updated
flush logs;
connection master;
drop table t1;