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
78b5e3a4
Commit
78b5e3a4
authored
Mar 28, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi Change note mods, 4.0.2.
manual.texi Fix a too-long-line in query example.
parent
601bf12c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
Docs/manual.texi
Docs/manual.texi
+11
-9
No files found.
Docs/manual.texi
View file @
78b5e3a4
...
...
@@ -48919,13 +48919,13 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@item
Fixed @code{SIGINT} and @code{SIGQUIT} problems in
mysql.cc
Fixed @code{SIGINT} and @code{SIGQUIT} problems in
@file{mysql.cc}.
@item
Fixed bug in
convert.cc, which is caused by having a wrong net_store_length
linked in CONVERT::store method
Fixed bug in
@file{convert.cc}, which is caused by having an incorrect
@code{net_store_length()} linked in the @code{CONVERT::store()} method.
@item
@code{DOUBLE} and @code{FLOAT} columns
are now honoring the
@code{UNSIGNED} flag
on storage.
@code{DOUBLE} and @code{FLOAT} columns
now honor the @code{UNSIGNED} flag
on storage.
@item
@code{InnoDB} now retains foreign key constraints through @code{ALTER TABLE}
and @code{CREATE/DROP INDEX}.
...
...
@@ -51940,7 +51940,7 @@ Fixed some compilation problems.
@itemize @bullet
@item
A new table handler library (@code{MyISAM}) with a lot of new features.
@xref{MyISAM}.
@xref{MyISAM
, , @code{MyISAM}
}.
@item
You can create in-memory @code{HEAP} tables which are extremely fast for
lookups.
...
...
@@ -51991,7 +51991,8 @@ Allow creation of @code{CHAR(0)} columns.
An example procedure is added: @code{analyse}, file: @file{sql_analyse.c}.
This will describe the data in your query. Try the following:
@example
SELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max elements,[max memory]])
SELECT ... FROM ...
WHERE ... PROCEDURE ANALYSE([max elements,[max memory]])
@end example
This procedure is extremely useful when you want to check the data in your
...
...
@@ -52181,7 +52182,7 @@ Fixed problem when storing numbers in timestamps.
@item
Fix problem with timezones that have half hour offsets.
@item
@code{mysqlhotcopy} -
fast on-line hot-backup utility for local MySQL
Added @code{mysqlhotcopy}, a
fast on-line hot-backup utility for local MySQL
databases. By Tim Bunce.
@item
New more secure @code{mysqlaccess}. Thanks to Steve Harvey for this.
...
...
@@ -52285,7 +52286,8 @@ Fixed problem when sorting on big blob columns.
@itemize @bullet
@item
Fixed core dump with empty @code{BLOB/TEXT} column to @code{REVERSE()}.
Fixed core dump with empty @code{BLOB/TEXT} column argument to
@code{REVERSE()}.
@item
Extended @code{/*! */} with version numbers.
@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