mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Docs/manual.texi
updated docs for SET SQL_LOG_BIN client/mysqltest.c added support for expected error Docs/manual.texi: updated docs for SET SQL_LOG_BIN client/mysqltest.c: added support for expected error
This commit is contained in:
@@ -24953,10 +24953,12 @@ summary of commands:
|
||||
@tab Stops the slave thread. (Slave)
|
||||
|
||||
@item @code{SET SQL_LOG_BIN=0}
|
||||
@tab Disables update logging (Master)
|
||||
@tab Disables update logging if the user has process privilege.
|
||||
Ignored otherwise (Master)
|
||||
|
||||
@item @code{SET SQL_LOG_BIN=1}
|
||||
@tab Re-enable update logging (Master)
|
||||
@tab Re-enable update logging if the user has process privilege.
|
||||
Ignored otherwise (Master)
|
||||
|
||||
@item @code{RESET MASTER}
|
||||
@tab Deletes all binary logs listed in the index file, resetting the binlog
|
||||
|
Reference in New Issue
Block a user