diff options
author | unknown <monty@donna.mysql.com> | 2000-12-31 12:10:14 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-12-31 12:10:14 +0200 |
commit | 327794703a73afa8cb134177e37248b03d581c33 (patch) | |
tree | 0efdce73da9d90aad7113c261836fb5d26ba2904 /sql | |
parent | 085ac18198f212d1fd34e0f327dca390c18476c1 (diff) | |
download | mariadb-git-327794703a73afa8cb134177e37248b03d581c33.tar.gz |
cleanups
Docs/manual.texi:
Updates for replication
sql/mysqld.cc:
cleanup
Diffstat (limited to 'sql')
-rw-r--r-- | sql/mysqld.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index b915f3692a1..f9020aff19b 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -1626,14 +1626,14 @@ int main(int argc, char **argv) #ifdef EXTRA_DEBUG case 1: sql_print_error("\ -Warning: one should set server_id to a non-0 value if log-bin is enabled.\n\ -Will log updates to binary log, but will not accept connections from slaves"); +Warning: one should set server-id to a non-0 value if log-bin is enabled.\n\ +Will log updates to binary log, but will not accept connections from slaves."); break; #endif case 2: sql_print_error("\ -Warning: one should set server_id to a non-0 value if master_host is set.\n\ -The server will not act as a slave"); +Warning: one should set server-id to a non-0 value if master_host is set.\n\ +The server will not act as a slave."); break; } } |