mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
manual.texi minor edits to change notes.
Docs/manual.texi: minor edits to change notes.
This commit is contained in:
parent
87b0956a5f
commit
70e783fa2e
1 changed files with 7 additions and 7 deletions
|
@ -40815,13 +40815,13 @@ not yet 100 % confident in this code.
|
||||||
@itemize bullet
|
@itemize bullet
|
||||||
@item
|
@item
|
||||||
Fixed bug in replication that broke slave server start with existing
|
Fixed bug in replication that broke slave server start with existing
|
||||||
@code{master.info} - bug introduced in 3.23.32
|
@code{master.info}. This fixes a bug introduced in 3.23.32.
|
||||||
@item
|
@item
|
||||||
Added @code{SET SQL_SLAVE_SKIP_COUNTER=n} command to recover from
|
Added @code{SET SQL_SLAVE_SKIP_COUNTER=n} command to recover from
|
||||||
replication glitches without a full database copy
|
replication glitches without a full database copy.
|
||||||
@item
|
@item
|
||||||
Added @code{max_binlog_size} variable - binary log will be rotated
|
Added @code{max_binlog_size} variable; the binary log will be rotated
|
||||||
automatically once the size crosses the limit.
|
automatically when the size crosses the limit.
|
||||||
@item
|
@item
|
||||||
Added @code{Last_error}, @code{Last_errno}, and @code{Slave_skip_counter} to
|
Added @code{Last_error}, @code{Last_errno}, and @code{Slave_skip_counter} to
|
||||||
@code{SHOW SLAVE STATUS}.
|
@code{SHOW SLAVE STATUS}.
|
||||||
|
@ -40834,7 +40834,7 @@ Execute coredump handler on @code{SIGILL}, and @code{SIGBUS} in addition to
|
||||||
On x86 Linux, print the current query and thread (connection) id, if
|
On x86 Linux, print the current query and thread (connection) id, if
|
||||||
available, in the coredump handler.
|
available, in the coredump handler.
|
||||||
@item
|
@item
|
||||||
Fixed several timing bugs in the test suite
|
Fixed several timing bugs in the test suite.
|
||||||
@item
|
@item
|
||||||
Extended @code{mysqltest} to take care of the timing issues in the test
|
Extended @code{mysqltest} to take care of the timing issues in the test
|
||||||
suite.
|
suite.
|
||||||
|
@ -40849,8 +40849,8 @@ Changed code to get around compiler bug in Compaq C++ on OSF1, that broke
|
||||||
@code{BACKUP}, @code{RESTORE}, @code{CHECK}, @code{REPAIR}, and
|
@code{BACKUP}, @code{RESTORE}, @code{CHECK}, @code{REPAIR}, and
|
||||||
@code{ANALYZE TABLE}.
|
@code{ANALYZE TABLE}.
|
||||||
@item
|
@item
|
||||||
Added option @code{FULL} to @code{SHOW COLUMNS}. Now we only show the
|
Added option @code{FULL} to @code{SHOW COLUMNS}. Now we show the
|
||||||
privilege list for the columns if this option is given.
|
privilege list for the columns only if this option is given.
|
||||||
@item
|
@item
|
||||||
Fixed bug in @code{SHOW LOGS} when there weren't any BDB logs.
|
Fixed bug in @code{SHOW LOGS} when there weren't any BDB logs.
|
||||||
@item
|
@item
|
||||||
|
|
Loading…
Add table
Reference in a new issue