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
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
Show 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}.
...
@@ -48919,13 +48919,13 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@itemize @bullet
@item
@item
Fixed @code{SIGINT} and @code{SIGQUIT} problems in
mysql.cc
Fixed @code{SIGINT} and @code{SIGQUIT} problems in
@file{mysql.cc}.
@item
@item
Fixed bug in
convert.cc, which is caused by having a wrong net_store_length
Fixed bug in
@file{convert.cc}, which is caused by having an incorrect
linked in CONVERT::store method
@code{net_store_length()} linked in the @code{CONVERT::store()} method.
@item
@item
@code{DOUBLE} and @code{FLOAT} columns
are now honoring the
@code{DOUBLE} and @code{FLOAT} columns
now honor the @code{UNSIGNED} flag
@code{UNSIGNED} flag
on storage.
on storage.
@item
@item
@code{InnoDB} now retains foreign key constraints through @code{ALTER TABLE}
@code{InnoDB} now retains foreign key constraints through @code{ALTER TABLE}
and @code{CREATE/DROP INDEX}.
and @code{CREATE/DROP INDEX}.
...
@@ -51940,7 +51940,7 @@ Fixed some compilation problems.
...
@@ -51940,7 +51940,7 @@ Fixed some compilation problems.
@itemize @bullet
@itemize @bullet
@item
@item
A new table handler library (@code{MyISAM}) with a lot of new features.
A new table handler library (@code{MyISAM}) with a lot of new features.
@xref{MyISAM}.
@xref{MyISAM
, , @code{MyISAM}
}.
@item
@item
You can create in-memory @code{HEAP} tables which are extremely fast for
You can create in-memory @code{HEAP} tables which are extremely fast for
lookups.
lookups.
...
@@ -51991,7 +51991,8 @@ Allow creation of @code{CHAR(0)} columns.
...
@@ -51991,7 +51991,8 @@ Allow creation of @code{CHAR(0)} columns.
An example procedure is added: @code{analyse}, file: @file{sql_analyse.c}.
An example procedure is added: @code{analyse}, file: @file{sql_analyse.c}.
This will describe the data in your query. Try the following:
This will describe the data in your query. Try the following:
@example
@example
SELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max elements,[max memory]])
SELECT ... FROM ...
WHERE ... PROCEDURE ANALYSE([max elements,[max memory]])
@end example
@end example
This procedure is extremely useful when you want to check the data in your
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.
...
@@ -52181,7 +52182,7 @@ Fixed problem when storing numbers in timestamps.
@item
@item
Fix problem with timezones that have half hour offsets.
Fix problem with timezones that have half hour offsets.
@item
@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.
databases. By Tim Bunce.
@item
@item
New more secure @code{mysqlaccess}. Thanks to Steve Harvey for this.
New more secure @code{mysqlaccess}. Thanks to Steve Harvey for this.
...
@@ -52285,7 +52286,8 @@ Fixed problem when sorting on big blob columns.
...
@@ -52285,7 +52286,8 @@ Fixed problem when sorting on big blob columns.
@itemize @bullet
@itemize @bullet
@item
@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
@item
Extended @code{/*! */} with version numbers.
Extended @code{/*! */} with version numbers.
@item
@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