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
2f940e03
Commit
2f940e03
authored
Jan 20, 2001
by
paul@central.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi edit recent change notes
parent
163c7bf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
23 deletions
+24
-23
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/manual.texi
Docs/manual.texi
+23
-23
No files found.
BitKeeper/etc/logging_ok
View file @
2f940e03
...
...
@@ -4,3 +4,4 @@ sasha@work.mysql.com
tim@cane.mysql.fi
serg@donna.mysql.com
jcole@tetra.spaceapes.com
paul@central.snake.net
Docs/manual.texi
View file @
2f940e03
...
...
@@ -40597,14 +40597,14 @@ added to 3.23.
@appendixsubsec Changes in release 3.23.32
@itemize @bullet
@item
Fixed coredump when client aborted connection without
mysql_close()
Fixed coredump when client aborted connection without
@code{mysql_close()}.
@item
Fixed bug in
RESTORE TABLE
when trying to restore from a non-existing
directory
Fixed bug in
@code{RESTORE TABLE}
when trying to restore from a non-existing
directory
.
@item
Fixed coredump on the slave replicating
SET PASSWORD
Fixed coredump on the slave replicating
@code{SET PASSWORD}.
@item
Added
MASTER_POS_WAIT()
Added
@code{MASTER_POS_WAIT()}.
@end itemize
@node News-3.23.31, News-3.23.30, News-3.23.32, News-3.23.x
...
...
@@ -40612,17 +40612,17 @@ Added MASTER_POS_WAIT()
@itemize @bullet
@item
The test suite now tests all reachable BDB interface code. During
testing we found and fixed
a lot of
errors in the interface code.
testing we found and fixed
many
errors in the interface code.
@item
Using @code{HAVING} on an empty table could produce one result row when
it shouldn't.
@item
Fixed that the @strong{MySQL} RPM is not depend
ant on p
erl5 anymore.
Fixed that the @strong{MySQL} RPM is not depend
ent on P
erl5 anymore.
@item
Fixed some problems with @code{HEAP} tables on Windows.
@item
@code{SHOW TABLE STATUS} didn't show correct average row length for tables
big
ger than 4G.
lar
ger than 4G.
@item
@code{CHECK TABLE ... EXTENDED} didn't check row links for fixed size tables.
@item
...
...
@@ -40650,10 +40650,10 @@ case the test in the @code{WHERE} clause was wrongly optimized away.
Fixed bug in @code{MyISAM} when deleting keys with possible @code{NULL}
values, but the first key-column was not a prefix-compressed text column.
@item
Fixed
that @code{mysql.server} reads
the @code{mysql.server} option section
Fixed
@code{mysql.server} to read
the @code{mysql.server} option section
instead of @code{mysql_server}.
@item
Fixed
that @code{safe_mysqld} and @code{mysql.server} also reads
the
Fixed
@code{safe_mysqld} and @code{mysql.server} to also read
the
@code{server} option section.
@item
Added @code{Threads_created} status variable to @code{mysqld}.
...
...
@@ -40663,36 +40663,36 @@ Added @code{Threads_created} status variable to @code{mysqld}.
@appendixsubsec Changes in release 3.23.30
@itemize @bullet
@item
Fixed that @code{myisamdump} works against old
mysqld
servers.
Fixed that @code{myisamdump} works against old
@code{mysqld}
servers.
@item
Fixed
that @code{myisamchk -k#}
works again.
Fixed
@code{myisamchk -k#} so that it
works again.
@item
Fixed a problem with replication when the binary log file went over 2G
on 32
bit systems.
on 32
-
bit systems.
@item
@code{LOCK TABLES} will now automatically start
s
a new transaction.
@code{LOCK TABLES} will now automatically start a new transaction.
@item
Changed BDB tables to not use internal subtransactions and reuse open files to
get more speed.
@item
Added option @code{--mysqld=#} to @code{safe_mysqld}
Added option @code{--mysqld=#} to @code{safe_mysqld}
.
@item
Allow hex constants in the @code{--fields-*-by} and
@code{--lines-terminated-by} options to @code{mysqldump} and
@code{mysqlimport}. By Paul DuBois.
@item
Added option @code{--safe-show-database
s
}.
Added option @code{--safe-show-database
} to @code{mysqld
}.
@item
Added @code{have_bdb}, @code{have_gemini}, @code{have_innobase},
@code{have_raid}
,
and @code{have_ssl} to @code{SHOW VARIABLES} to make it
@code{have_raid} and @code{have_ssl} to @code{SHOW VARIABLES} to make it
easy to test for supported extensions.
@item
Added option @code{open-files-limit} to @code{mysqld}.
Added option @code{
--
open-files-limit} to @code{mysqld}.
@item
Changed option @code{
open-files} to @code{
open-files-limit} in
Changed option @code{
--open-files} to @code{--
open-files-limit} in
@code{safe_mysqld}.
@item
Item fixed a bug where some rows wh
ere not found with @code{HEAP} tables
Fixed a bug where some rows w
ere not found with @code{HEAP} tables
that had many keys.
@item
Fixed that @code{--bdb-no-sync} works.
...
...
@@ -40713,7 +40713,7 @@ Added fixing of include files for Solaris 2.8.
Fixed bug with @code{--skip-networking} on Debian Linux.
@item
Fixed problem that some temporary files where reported as having the
name @
fil
e{UNOPENED} in error messages.
name @
cod
e{UNOPENED} in error messages.
@item
Fixed bug when running two simultaneous @code{SHOW LOGS} queries.
@end itemize
...
...
@@ -40729,8 +40729,8 @@ Fixed bug in @code{<=>} operator.
@item
Fixed bug in @code{REPLACE} with BDB tables.
@item
@code{LPAD()} and @code{RPAD()} will
truncate
the result string if it's longer
than the
@code{length}
argument.
@code{LPAD()} and @code{RPAD()} will
shorten
the result string if it's longer
than the
length
argument.
@item
Added @code{SHOW LOGS} command.
@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