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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
85211c19
Commit
85211c19
authored
Sep 16, 2000
by
paul@central.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi Fixups to recent change notes.
parent
a08be4f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
Docs/manual.texi
Docs/manual.texi
+14
-12
No files found.
Docs/manual.texi
View file @
85211c19
...
...
@@ -36592,36 +36592,37 @@ though, so 3.23 is not released as a stable version yet.
@appendixsubsec Changes in release 3.23.25
@itemize @bullet
@item
Added @code{BACKUP TABLE/RESTORE TABLE}
Added @code{BACKUP TABLE/RESTORE TABLE}
.
@item
Fixed coredump on @code{CHANGE MASTER TO} when the slave did not have
the master to start with
the master to start with
.
@item
Fixed incorrect @code{Time} in the processlist for @code{Connect} of
the slave thread
the slave thread
.
@item
The slave now logs when it connects to the master
The slave now logs when it connects to the master
.
@item
Fixed a core dump bug when doing @code{FLUSH MASTER} when one didn't give
a filename argument to @code{--log-bin}
a filename argument to @code{--log-bin}
.
@item
Added missing ha_berkeley.x files to the MySQL windows source distribution.
Added missing @file{ha_berkeley.x} files to the @strong{MySQL} windows
source distribution.
@item
Fixed some mutex bugs in the log code that could cause thread blocks if new
log files couldn't be created.
@item
Added lock time and number of selected processed rows to slow query log.
@item
Added @code{--memlock} option to
mysqld to lock mysqld in memory on
systems with the @code{mlockall()} call (like in Solaris).
Added @code{--memlock} option to
@code{mysqld} to lock @code{mysqld}
in memory on
systems with the @code{mlockall()} call (like in Solaris).
@item
@code{HEAP} tables didn't use keys properly. (Bug from 3.23.23)
@item
Added better support for @code{MERGE} tables (keys, mapping, creation,
documentation...). @xref{MERGE}.
@item
Fixed bug in
mysqldump from 3.23 which caused that
some @code{CHAR} columns
wheren't
quoted.
Fixed bug in
@code{mysqldump} from 3.23 which caused
some @code{CHAR} columns
not to be
quoted.
@item
Merged @code{analyze}, @code{check}, @code{optimize} and repair code.
@item
...
...
@@ -36635,12 +36636,13 @@ Added a lot of new statistics variables.
@item
Fixed @code{ORDER BY} bug with BDB tables.
@item
Removed warning that mysqld couldn't remove the .pid file under Windows.
Removed warning that @code{mysqld} couldn't remove the @file{.pid} file
under Windows.
@item
Changed @code{--log-isam} to log @strong{MyISAM} tables instead of isam
tables.
@item
Fixed that @code{CHECK TABLE} works on
w
indows.
Fixed that @code{CHECK TABLE} works on
W
indows.
@item
Added file mutexes to make @code{pwrite()} safe on Windows.
@end itemize
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