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
d081d16f
Commit
d081d16f
authored
Oct 19, 2000
by
paul@central.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi Minor cleanups to recent change notes.
parent
4ea4adf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Docs/manual.texi
Docs/manual.texi
+9
-9
No files found.
Docs/manual.texi
View file @
d081d16f
...
...
@@ -38131,32 +38131,32 @@ though, so 3.23 is not released as a stable version yet.
@appendixsubsec Changes in release 3.23.26
@itemize @bullet
@item
Fixed
that @code{<>} works
properly with @code{NULL}.
Fixed
@code{<>} to work
properly with @code{NULL}.
@item
Fixed problem with @code{SUBSTRING_INDEX()} and @code{REPLACE()}.
(Patch by Alexander Igonitchev)
@item
@code{CREATE TEMPORARY TABLE IF NOT EXISTS} doesn't anymore
give an error
if the table exist
ed
.
Fix @code{CREATE TEMPORARY TABLE IF NOT EXISTS} not to
give an error
if the table exist
s
.
@item
If
one
don't create a @code{PRIMARY KEY} in a BDB table, a hidden
If
you
don't create a @code{PRIMARY KEY} in a BDB table, a hidden
@code{PRIMARY KEY} will be created.
@item
Added read-only-key optimization to BDB tables.
@item
@code{LEFT JOIN}
did in some case prefer a full table scan when one
didn't have a
@code{WHERE} clause.
@code{LEFT JOIN}
in some cases preferred a full table scan when there was
no
@code{WHERE} clause.
@item
When using @code{--log-slow-queries}, don't count the time waiting for a lock.
@item
Fixed bug in lock code on @code{windows} which could cause the key cache
to report that the key file was crashed even if it was ok.
to report that the key file was crashed even if it was ok
ay
.
@item
Automatic repair of @code{MyISAM} tables if you start @code{mysqld} with
@code{--myisam-recover}.
@item
Removed the @code{TYPE=} keyword from @code{CHECK} and
@code{REPAIR}. Allow
one to combine @code{CHECK} options. (One
can still
@code{REPAIR}. Allow
@code{CHECK} options to be combined. (You
can still
use @code{TYPE=} but this usage is deprecated).
@item
Fixed mutex bug in the binary replication log - long update queries could
...
...
@@ -38177,7 +38177,7 @@ Added @code{--replicate-rewrite-db} option to @code{mysqld}.
@item
Added @code{--skip-slave-start} option to @code{mysqld}.
@item
Updates that generated an error code (
such as @code{INSERT INTO foo(some_key)
Updates that generated an error code (such as @code{INSERT INTO foo(some_key)
values (1),(1)}) erroneously terminated the slave thread.
@item
Added optimization of queries where @code{DISTINCT} is only used on columns
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