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
af75c44b
Commit
af75c44b
authored
May 03, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Late source entry of some proofread catches in ch02.
parent
7b8e5eb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
Docs/manual.texi
Docs/manual.texi
+16
-15
No files found.
Docs/manual.texi
View file @
af75c44b
...
@@ -6929,7 +6929,7 @@ install MySQL, create some tables, then reconfigure
...
@@ -6929,7 +6929,7 @@ install MySQL, create some tables, then reconfigure
MySQL to use a different character set and reinstall it.)
MySQL to use a different character set and reinstall it.)
With the option @code{--with-extra-charset=LIST} you can define
With the option @code{--with-extra-charset=LIST} you can define
which additional character sets should be
incompiled in
the server.
which additional character sets should be
compiled into
the server.
Here @code{LIST} is either a list of character
Here @code{LIST} is either a list of character
sets separated with spaces,
sets separated with spaces,
...
@@ -8139,7 +8139,7 @@ version 4.0;
...
@@ -8139,7 +8139,7 @@ version 4.0;
@code{UNSIGNED} flag on storage (before, @code{UNSIGNED} was ignored for
@code{UNSIGNED} flag on storage (before, @code{UNSIGNED} was ignored for
these columns).
these columns).
@item
@item
Use
@code{ORDER BY column DESC} now always sorts @code{NULL} values
@code{ORDER BY column DESC} now always sorts @code{NULL} values
first; in 3.23 this was not always consistent.
first; in 3.23 this was not always consistent.
@item
@item
@code{SHOW INDEX} has 2 columns more (@code{Null} and @code{Index_type})
@code{SHOW INDEX} has 2 columns more (@code{Null} and @code{Index_type})
...
@@ -8188,8 +8188,8 @@ it is preferable to change the client to use the new 4.0 API.
...
@@ -8188,8 +8188,8 @@ it is preferable to change the client to use the new 4.0 API.
@item
@item
In the @code{MYSQL_FIELD} structure, @code{length} and @code{max_length} have
In the @code{MYSQL_FIELD} structure, @code{length} and @code{max_length} have
changed from @code{unsigned int} to @code{unsigned long}. This should not
changed from @code{unsigned int} to @code{unsigned long}. This should not
cause any
other problems than some warnings if you use these to
cause any
problems, except that they may generate warning messages when
@code{printf()} type function
.
used as arguments in the @code{printf()} class of functions
.
@item
@item
You should use @code{TRUNCATE TABLE} when you want to delete all rows
You should use @code{TRUNCATE TABLE} when you want to delete all rows
from a table and you don't care how many rows were deleted.
from a table and you don't care how many rows were deleted.
...
@@ -8315,8 +8315,8 @@ MySQL Version 3.22 and Version 3.23, you should not use the
...
@@ -8315,8 +8315,8 @@ MySQL Version 3.22 and Version 3.23, you should not use the
@item
@item
Check all your calls to @code{DATE_FORMAT()} to make sure there is a
Check all your calls to @code{DATE_FORMAT()} to make sure there is a
@samp{%} before each format character.
(Later MySQL Version 3.22
@samp{%} before each format character.
did allow
this syntax.)
(MySQL Version 3.22 and later already allowed
this syntax.)
@item
@item
@code{mysql_fetch_fields_direct} is now a function (it was a macro) and
@code{mysql_fetch_fields_direct} is now a function (it was a macro) and
...
@@ -8986,8 +8986,8 @@ You can avoid using @file{libg++.a} by running @code{configure} like this:
...
@@ -8986,8 +8986,8 @@ You can avoid using @file{libg++.a} by running @code{configure} like this:
shell> CXX=gcc ./configure
shell> CXX=gcc ./configure
@end example
@end example
If you are running gcc 3.0
and above, you can't use the above trick with
If you are running gcc 3.0
or above, you can't use the aforementioned trick
setting to
CXX=gcc.
of setting
CXX=gcc.
@node Linux-SPARC, Linux-Alpha, Linux-x86, Linux
@node Linux-SPARC, Linux-Alpha, Linux-x86, Linux
@subsubsection Linux SPARC Notes
@subsubsection Linux SPARC Notes
...
@@ -9078,7 +9078,7 @@ work). You must also use the @code{egcs} C++ compiler
...
@@ -9078,7 +9078,7 @@ work). You must also use the @code{egcs} C++ compiler
@node Linux-IA64, , Linux-MIPS, Linux
@node Linux-IA64, , Linux-MIPS, Linux
@subsubsection Linux IA64 Notes
@subsubsection Linux IA64 Notes
To get MySQL to compile on Linux I
a
64, we use the following compile line:
To get MySQL to compile on Linux I
A
64, we use the following compile line:
Using @code{gcc-2.96}:
Using @code{gcc-2.96}:
@example
@example
...
@@ -9088,7 +9088,7 @@ CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors \
...
@@ -9088,7 +9088,7 @@ CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors \
"--with-comment=Official MySQL binary" --with-extra-charsets=complex
"--with-comment=Official MySQL binary" --with-extra-charsets=complex
@end example
@end example
On I
a
64 the MySQL client binaries are using shared libraries. This means
On I
A
64 the MySQL client binaries are using shared libraries. This means
that if you install our binary distribution in some other place than
that if you install our binary distribution in some other place than
@file{/usr/local/mysql} you need to either modify @file{/etc/ld.so.conf}
@file{/usr/local/mysql} you need to either modify @file{/etc/ld.so.conf}
or add the path to the directory where you have @file{libmysqlclient.so}
or add the path to the directory where you have @file{libmysqlclient.so}
...
@@ -9368,8 +9368,9 @@ C:\> mysqladmin --user=root --password=your_password shutdown
...
@@ -9368,8 +9368,9 @@ C:\> mysqladmin --user=root --password=your_password shutdown
If you are using the old shareware version of MySQL Version
If you are using the old shareware version of MySQL Version
3.21 under Windows, the above command will fail with an error:
3.21 under Windows, the above command will fail with an error:
@code{parse error near 'SET OPTION password'}. The fix is in to upgrade
@code{parse error near 'SET OPTION password'}. The solution for
to the current MySQL version, which is freely available.
this is to download and upgrade to the latest MySQL version,
which is now freely available.
With the current MySQL versions you can easily add new users
With the current MySQL versions you can easily add new users
and change privileges with @code{GRANT} and @code{REVOKE} commands.
and change privileges with @code{GRANT} and @code{REVOKE} commands.
...
@@ -10402,7 +10403,7 @@ PHKL_22840 Streams cumulative
...
@@ -10402,7 +10403,7 @@ PHKL_22840 Streams cumulative
PHNE_22397 ARPA cumulative
PHNE_22397 ARPA cumulative
@end example
@end example
This will solve
a problem that one gets
@code{EWOULDBLOCK} from @code{recv()}
This will solve
the problem of getting
@code{EWOULDBLOCK} from @code{recv()}
and @code{EBADF} from @code{accept()} in threaded applications.
and @code{EBADF} from @code{accept()} in threaded applications.
If you are using @code{gcc} 2.95.1 on an unpatched HP-UX 11.x system,
If you are using @code{gcc} 2.95.1 on an unpatched HP-UX 11.x system,
...
@@ -21535,7 +21536,7 @@ binaries includes:
...
@@ -21535,7 +21536,7 @@ binaries includes:
@item HP-UX 11.0 @tab N @tab Y
@item HP-UX 11.0 @tab N @tab Y
@item Linux-Alpha @tab N @tab Y
@item Linux-Alpha @tab N @tab Y
@item Linux-Intel @tab Y @tab Y
@item Linux-Intel @tab Y @tab Y
@item Linux-I
a
64 @tab N @tab Y
@item Linux-I
A
64 @tab N @tab Y
@item Solaris-Intel @tab N @tab Y
@item Solaris-Intel @tab N @tab Y
@item Solaris-SPARC @tab Y @tab Y
@item Solaris-SPARC @tab Y @tab Y
@item Caldera (SCO) OSR5 @tab Y @tab Y
@item Caldera (SCO) OSR5 @tab Y @tab Y
...
@@ -51237,7 +51238,7 @@ Fixed that open transactions in @code{BDB} tables are rolled back if the
...
@@ -51237,7 +51238,7 @@ Fixed that open transactions in @code{BDB} tables are rolled back if the
connection is closed unexpectedly.
connection is closed unexpectedly.
@item
@item
Added workaround for a bug in @code{gcc} 2.96 (intel) and @code{gcc} 2.9
Added workaround for a bug in @code{gcc} 2.96 (intel) and @code{gcc} 2.9
(I
a
64) in @code{gen_lex_hash.c}.
(I
A
64) in @code{gen_lex_hash.c}.
@item
@item
Fixed memory leak in the client library when using @code{host=} in the
Fixed memory leak in the client library when using @code{host=} in the
@file{my.cnf} file.
@file{my.cnf} file.
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