Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
3fc3f71a
Commit
3fc3f71a
authored
Jan 26, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi minor edits to change notes.
Docs/manual.texi: minor edits to change notes.
parent
2b84c07d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Docs/manual.texi
Docs/manual.texi
+7
-7
No files found.
Docs/manual.texi
View file @
3fc3f71a
...
@@ -40815,13 +40815,13 @@ not yet 100 % confident in this code.
...
@@ -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
...
@@ -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
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment