summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <tim@threads.polyesthetic.msg>2001-02-16 14:31:29 -0500
committerunknown <tim@threads.polyesthetic.msg>2001-02-16 14:31:29 -0500
commit80bca01df938a66d658882832bb69d1401322643 (patch)
treef162deb1331b9e167a1393f6dedd44321eb26c0a
parent66de55a56bdcf2f7a9c0c4f8e19b3e761475e202 (diff)
downloadmariadb-git-80bca01df938a66d658882832bb69d1401322643.tar.gz
Undocument nonexistent functions (mysql_{start,stop}_slave).
Docs/manual.texi: - undocument nonexistent functions (mysql_{start,stop}_slave)
-rw-r--r--Docs/manual.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 39d5447be19..a9e40248c16 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -35519,18 +35519,12 @@ Selects a database.
@item @strong{mysql_shutdown()} @tab
Shuts down the database server.
-@item @strong{mysql_start_slave()} @tab
-Starts slave replication thread.
-
@item @strong{mysql_stat()} @tab
Returns the server status as a string.
@item @strong{mysql_store_result()} @tab
Retrieves a complete result set to the client.
-@item @strong{mysql_stop_slave()} @tab
-Stops slave replication thread.
-
@item @strong{mysql_thread_id()} @tab
Returns the current thread ID.