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
61d1a104
Commit
61d1a104
authored
Feb 11, 2002
by
arjen@co3064164-a.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog fixups.
parent
8ae87f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Docs/manual.texi
Docs/manual.texi
+8
-8
No files found.
Docs/manual.texi
View file @
61d1a104
...
...
@@ -19017,7 +19017,7 @@ in MySQL < 4.0.2 whether index is @code{FULLTEXT} or not.
Note that as the @code{Cardinality} is counted based on statistics
stored as integers, it's not necessarily accurate for small tables.
The @code{Null} and @code{Index_type} column
was
added in MySQL 4.0.2.
The @code{Null} and @code{Index_type} column
s were
added in MySQL 4.0.2.
@node SHOW TABLE STATUS, SHOW STATUS, SHOW DATABASE INFO, SHOW
@subsubsection @code{SHOW TABLE STATUS}
...
...
@@ -32026,7 +32026,7 @@ mysql> select CAST(1 AS UNSIGNED) -2.0
If you are using a string in an arithmetic operation, this is converted
to a floating point number.
The @code{CAST()} and @code{CONVERT()} function
was
added in MySQL 4.0.2.
The @code{CAST()} and @code{CONVERT()} function
s were
added in MySQL 4.0.2.
The handing of unsigned values was changed in MySQL 4.0 to be able to
support @code{BIGINT} values properly. If you have some code that you
...
...
@@ -48424,7 +48424,7 @@ an index that covers the whole row.
@item
Optimized InnoDB sort-buffer handling to take less memory.
@item
Fixed bug in multi
-table-delete
and InnoDB tables.
Fixed bug in multi
table @code{DELETE}
and InnoDB tables.
@item
Fixed problem with @code{TRUNCATE} and InnoDB that gave the error
@code{Can't execute the given command because you have active locked
...
...
@@ -48445,19 +48445,19 @@ repair tables with @code{nan} in float or double columns.
Fixed new bug in @code{myisamchk} where it didn't correctly update number of
``parts'' in the MyISAM index file.
@item
Changed to use
autoconf 2.52 (from Autconf
2.13).
Changed to use
@code{autoconf} 2.52 (from @code{autoconf}
2.13).
@item
Fixed optimization problem where
a MySQL was a long time in a
``preparing'' stat
e when selecting from an empty table which had contained
Fixed optimization problem where
the MySQL Server was in ``preparing'' state
for a long tim
e when selecting from an empty table which had contained
a lot of rows.
@item
Fixed bug in complicated join with @code{const} tables. This fix also
improves performance a bit when referring to another table from a
@code{const} table.
@item
First pre-version of multi table
update
s.
First pre-version of multi table
@code{UPDATE}
s.
@item
Fixed bug in multi table
delete
.
Fixed bug in multi table
@code{DELETE}
.
@item
Fixed bug in @code{SELECT CONCAT(argument-list) ... GROUP BY 1}.
@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