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
cb282ee5
Commit
cb282ee5
authored
Mar 05, 2002
by
arjen@co3064164-a.bitbike.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.bitbike.com:/home/arjen/mysql-4.0
parents
49f8b584
6b4ee955
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
24 deletions
+26
-24
Docs/manual.texi
Docs/manual.texi
+26
-24
No files found.
Docs/manual.texi
View file @
cb282ee5
...
...
@@ -121,20 +121,20 @@ for that version.
* Tutorial:: MySQL Tutorial
* MySQL Database Administration:: MySQL Database Administration
* MySQL Optimisation:: MySQL Optimisation
* Reference:: MySQL
language r
eference
* Table types:: MySQL
table t
ypes
* Clients:: MySQL
client t
ools and APIs
* Reference:: MySQL
Language R
eference
* Table types:: MySQL
Table T
ypes
* Clients:: MySQL
Client T
ools and APIs
* Extending MySQL:: Extending MySQL
* Problems:: Problems
* Contrib:: Contributed
p
rograms
* Contrib:: Contributed
P
rograms
* Credits:: Contributors to MySQL
* News:: MySQL
change h
istory
* Porting::
Comments on porting to other s
ystems
* News:: MySQL
Change H
istory
* Porting::
Porting to Other S
ystems
* Environment variables:: MySQL environment variables
* Regexp::
Description of MySQL regular expression s
yntax
* Regexp::
MySQL Regular Expression S
yntax
* GPL license:: GNU General Public License
* LGPL license:: GNU Lesser General Public License
* Function Index:: SQL
command, type and function i
ndex
* Function Index:: SQL
Command, Type and Function I
ndex
* Concept Index:: Concept Index
@end menu
...
...
@@ -11453,7 +11453,7 @@ perl} indicates the command to use.
@node Tutorial, MySQL Database Administration, Installing, Top
@chapter
Introduction to MySQL: A MySQL Tutorial
@chapter
Tutorial Introduction to MySQL
@cindex tutorial
@cindex terminal monitor, defined
...
...
@@ -45552,7 +45552,7 @@ return a big result row!
@node Can not connect to server, Blocked host, Gone away, Common errors
@appendixsubsec @code{Can't connect to [local] MySQL server}
e
rror
@appendixsubsec @code{Can't connect to [local] MySQL server}
E
rror
A MySQL client on Unix can connect to the @code{mysqld} server in two
different ways: Unix sockets, which connect through a file in the file
...
...
@@ -46636,7 +46636,7 @@ the original table.
@node Problems with mysql.sock, Timezone problems, Temporary files, Administration Issues
@appendixsubsec How to Protect or
change the MySQL socket f
ile @file{/tmp/mysql.sock}
@appendixsubsec How to Protect or
Change the MySQL Socket F
ile @file{/tmp/mysql.sock}
@cindex @code{mysql.sock}, protection
@cindex deletion, @code{mysql.sock}
...
...
@@ -47011,7 +47011,7 @@ Post the test file using @code{mysqlbug} to @email{mysql@@lists.mysql.com}.
@end enumerate
@node Problems with float, , No matching rows, Query Issues
@appendixsubsec Problems with
floating point c
omparison
@appendixsubsec Problems with
Floating Point C
omparison
Floating point numbers cause confusion sometimes, because these numbers
are not stored as exact values inside computer architecture. What one
...
...
@@ -48590,7 +48590,7 @@ Development on the embedded @code{mysqld} version.
@node News, Porting, Credits, Top
@appendix MySQL
change h
istory
@appendix MySQL
Change H
istory
@cindex ChangeLog
@cindex changes, log
...
...
@@ -54666,7 +54666,7 @@ Fixed @code{DISTINCT} with calculated columns.
@node Porting, Environment variables, News, Top
@appendix
Comments on
Porting to Other Systems
@appendix Porting to Other Systems
@cindex porting, to other systems
...
...
@@ -54746,8 +54746,8 @@ will ensure that your thread installation has even a remote chance to work!
@menu
* Debugging server:: Debugging a MySQL server
* Debugging client:: Debugging a MySQL client
* The DBUG package:: The DBUG
p
ackage
* Locking methods:: Locking
m
ethods
* The DBUG package:: The DBUG
P
ackage
* Locking methods:: Locking ethods
* RTS-threads:: Comments about RTS threads
* Thread packages:: Differences between different thread packages
@end menu
...
...
@@ -54802,7 +54802,7 @@ problems that may be unique to your environment.
@node Compiling for debugging, Making trace files, Debugging server, Debugging server
@appendixsubsec Compiling MYSQL for
d
ebugging
@appendixsubsec Compiling MYSQL for
D
ebugging
If you have some very specific problem, you can always try to debug
MySQL. To do this you must configure MySQL with the
...
...
@@ -54856,7 +54856,7 @@ default compiled with support for trace files.
@node Making trace files, Using gdb on mysqld, Compiling for debugging, Debugging server
@appendixsubsec Creating
trace f
iles
@appendixsubsec Creating
Trace F
iles
If the @code{mysqld} server doesn't start or if you can cause the
@code{mysqld} server to crash quickly, you can try to create a trace
...
...
@@ -54990,7 +54990,7 @@ setting the @code{DBI_TRACE} environment variable.
@node Using stack trace, Using log files, Using gdb on mysqld, Debugging server
@appendixsubsec Using a
stack t
race
@appendixsubsec Using a
Stack T
race
On some operating systems, the error log will contain a stack trace if
@code{mysqld} dies unexpectedly. You can use this to find out where (and
...
...
@@ -55059,7 +55059,7 @@ repeat the problem! @xref{Bug reports}.
@node Using log files, Reproduceable test case, Using stack trace, Debugging server
@appendixsubsec Using
log files to find cause of e
rrors in mysqld
@appendixsubsec Using
Log Files to Find Cause of E
rrors in mysqld
Note that before starting @code{mysqld} with @code{--log} you should
check all your tables with @code{myisamchk}.
...
...
@@ -55110,7 +55110,7 @@ messages but instead try to find out why @code{mysqld} died.
@node Reproduceable test case, , Using log files, Debugging server
@appendixsubsec Making a
test case when you experience table c
orruption
@appendixsubsec Making a
Test Case When You Experience Table C
orruption
If you get corrupted tables or if @code{mysqld} always fails after some
update commands, you can test if this bug is reproducible by doing the
...
...
@@ -55199,7 +55199,7 @@ MySQL installation with new MySQL library.
@node The DBUG package, Locking methods, Debugging client, Porting
@appendixsec The DBUG
package.
@appendixsec The DBUG
Package
@cindex DBUG package
...
...
@@ -55622,7 +55622,7 @@ variables to modify the behavior of MySQL. @xref{Option files}.
@node Regexp, GPL license, Environment variables, Top
@appendix
Description of MySQL regular expression s
yntax
@appendix
MySQL Regular Expression S
yntax
@cindex regex
@cindex regular expression syntax, described
...
...
@@ -56213,8 +56213,10 @@ Public License instead of this License.
@node LGPL license, Function Index, GPL license, Top
@appendix GNU LESSER GENERAL PUBLIC LICENSE
@cindex LGPL, L
esser
General Public License
@cindex LGPL, L
ibrary
General Public License
@cindex LGPL, GNU Library General Public License
@cindex LGPL, Lesser General Public License
@cindex LGPL, GNU Lesser General Public License
@center Version 2.1, February 1999
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