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
485afb3a
Commit
485afb3a
authored
Nov 01, 2001
by
arjen@co3064164-a.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos and header caps.
parent
9f49c802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
44 deletions
+44
-44
Docs/manual.texi
Docs/manual.texi
+44
-44
No files found.
Docs/manual.texi
View file @
485afb3a
...
...
@@ -1208,7 +1208,7 @@ distributing MySQL and related products. Partners get visibility on the
versions of the MySQL trademarks to identify their products and promote
their business.
If you are interested in becoming a MySQL AB partner, please mail to
If you are interested in becoming a MySQL AB partner, please
e-
mail to
@email{partner@@mysql.com}.
The word @code{MySQL} and the MySQL dolphin logo are trademarks of
...
...
@@ -1246,7 +1246,7 @@ an email to @email{advertising@@mysql.com}.
provides the latest information about MySQL and MySQL AB.
For press service and inquiries not covered in our News releases
(@uref{http://www.mysql.com/news/}), please mail to
(@uref{http://www.mysql.com/news/}), please
e-
mail to
@email{press@@mysql.com}.
If you have a valid support contract with MySQL AB; you will get
...
...
@@ -3385,7 +3385,7 @@ server.
* ANSI mode:: Running MySQL in ANSI mode
* Extensions to ANSI:: MySQL extensions to ANSI SQL92
* Differences from ANSI:: MySQL differences compared to ANSI SQL92
* Bugs:: Known
errors and design d
eficiencies in MySQL
* Bugs:: Known
Errors and Design D
eficiencies in MySQL
@end menu
...
...
@@ -4203,7 +4203,7 @@ shell> replace " #" " --" -- text-file-with-funny-comments.sql
@node Bugs, , Differences from ANSI, Compatibility
@subsection Known
errors and design d
eficiencies in MySQL
@subsection Known
Errors and Design D
eficiencies in MySQL
@cindex bugs, known
@cindex errors, known
...
...
@@ -5584,15 +5584,15 @@ do and how to add more tests to the suite.
@node TODO, , Comparisons, Introduction
@section MySQL and
the f
uture (The TODO)
@section MySQL and
The F
uture (The TODO)
@cindex ToDo list for MySQL
@menu
* TODO MySQL 4.0:: Things
that s
hould be in Version 4.0
* TODO future:: Things
that must be done in the near f
uture
* TODO sometime:: Things
that have to be done s
ometime
* TODO unplanned::
Some things we don't have any p
lans to do
* TODO MySQL 4.0:: Things
That S
hould be in Version 4.0
* TODO future:: Things
That Must be Done in the Near F
uture
* TODO sometime:: Things
That Have to be Done S
ometime
* TODO unplanned::
Things we don't Have any P
lans to do
@end menu
This appendix lists the features that we plan to implement in MySQL.
...
...
@@ -5607,7 +5607,7 @@ this without sacrifying the speed or compromise the code.
@node TODO MySQL 4.0, TODO future, TODO, TODO
@subsection Things
that s
hould be in 4.0
@subsection Things
That S
hould be in 4.0
We have now shifted development to MySQL Version 4.0. Most of the basic
things we want to have in 4.0 is already done. The target is to quickly
...
...
@@ -5671,7 +5671,7 @@ of @code{analyze} is run on all sub tables.
@node TODO future, TODO sometime, TODO MySQL 4.0, TODO
@subsection Things
that must be done in the real near f
uture
@subsection Things
That Must be Done in the Real Near F
uture
@itemize @bullet
@item
...
...
@@ -5956,7 +5956,7 @@ if it exists and @code{INSERT} a new row if the row didn't exist.
@node TODO sometime, TODO unplanned, TODO future, TODO
@subsection Things
that have to be done s
ometime
@subsection Things
That Have to be Done S
ometime
@itemize @bullet
@item
...
...
@@ -6049,11 +6049,11 @@ Time is given according to amount of work, not real time.
@node TODO unplanned, , TODO sometime, TODO
@subsection
Some things we don't have any p
lans to do
@subsection
Things we don't Have any P
lans to do
@itemize @bullet
@item
Nothing;
In the long run we plan to be fully ANSI 92 / ANSI 99 compliant
.
Nothing;
We aim towards full ANSI 92 / ANSI 99 compliancy
.
@end itemize
...
...
@@ -6235,13 +6235,13 @@ will also need the @code{MyODBC} driver. @xref{ODBC}.
@menu
* Windows binary installation:: Installing the
b
inaries
* Windows prepare environment:: Preparing the Windows MySQL
e
nvironment
* Windows server first start:: Starting the
server for the first t
ime
* Windows binary installation:: Installing the
B
inaries
* Windows prepare environment:: Preparing the Windows MySQL
E
nvironment
* Windows server first start:: Starting the
Server for the First T
ime
@end menu
@node Windows binary installation, Windows prepare environment, Windows installation, Windows installation
@subsubsection Installing the
b
inaries
@subsubsection Installing the
B
inaries
@enumerate
@item
...
...
@@ -6283,7 +6283,7 @@ Finish the install process.
@node Windows prepare environment, Windows server first start, Windows binary installation, Windows installation
@subsubsection Preparing the Windows MySQL
e
nvironment
@subsubsection Preparing the Windows MySQL
E
nvironment
Starting with MySQL 3.23.38, the Windows distribution includes
both the normal and the @strong{MySQL-Max} server binaries.
...
...
@@ -6367,7 +6367,7 @@ Now you are ready to test starting the server.
@node Windows server first start, , Windows prepare environment, Windows installation
@subsubsection Starting the
server for the first t
ime
@subsubsection Starting the
Server for the First T
ime
Testing from a DOS command prompt is the best thing to do because
the server prints messages, so if something is wrong with your
...
...
@@ -37467,7 +37467,7 @@ SUM_OVER_ALL_KEYS(max_length_of_key + sizeof(char*) * 2)
* Table and index:: Table and index structures
* File space management:: File space management and disk i/o
* Error handling:: Error handling
* InnoDB restrictions::
Some r
estrictions on InnoDB tables
* InnoDB restrictions::
R
estrictions on InnoDB tables
* InnoDB contact information:: InnoDB contact information.
@end menu
...
...
@@ -38928,7 +38928,7 @@ they roll back the corresponding SQL statement.
@node InnoDB restrictions, InnoDB contact information, Error handling, InnoDB
@subsection
Some r
estrictions on InnoDB tables
@subsection
R
estrictions on InnoDB tables
@itemize @bullet
...
...
@@ -39019,8 +39019,8 @@ Finland
* BDB overview:: Overview of BDB Tables
* BDB install:: Installing BDB
* BDB start:: BDB startup options
* BDB characteristic
:: Some characteristic
of @code{BDB} tables:
* BDB TODO::
Some t
hings we need to fix for BDB in the near future:
* BDB characteristic
s:: Characteristics
of @code{BDB} tables:
* BDB TODO::
T
hings we need to fix for BDB in the near future:
* BDB portability:: Operating systems supported by @strong{BDB}
* BDB errors:: Errors You May Get When Using BDB Tables
@end menu
...
...
@@ -39080,7 +39080,7 @@ We are actively improving and optimising it to get it stable very
soon.
@node BDB start, BDB characteristic, BDB install, BDB
@node BDB start, BDB characteristic
s
, BDB install, BDB
@subsection BDB startup options
If you are running with @code{AUTOCOMMIT=0} then your changes in @code{BDB}
...
...
@@ -39130,8 +39130,8 @@ You may also want to change @code{binlog_cache_size} and
@xref{COMMIT}.
@node BDB characteristic, BDB TODO, BDB start, BDB
@subsection
Some characteristic
of @code{BDB} tables:
@node BDB characteristic
s
, BDB TODO, BDB start, BDB
@subsection
Characteristics
of @code{BDB} tables:
@itemize @bullet
@item
...
...
@@ -39211,8 +39211,8 @@ wait for enough free disk before continuing.
@end itemize
@node BDB TODO, BDB portability, BDB characteristic, BDB
@subsection
Some t
hings we need to fix for BDB in the near future:
@node BDB TODO, BDB portability, BDB characteristic
s
, BDB
@subsection
T
hings we need to fix for BDB in the near future:
@itemize @bullet
@item
...
...
@@ -40340,7 +40340,7 @@ You have to change it to output @code{VARCHAR} rather than @code{ENUM}, as
it exports the latter in a manner that causes MySQL grief.
@cindex Excel
@item Excel
Works.
Some
tips:
Works.
A few
tips:
@itemize @bullet
@item
If you have problems with dates, try to select them as strings using the
...
...
@@ -43734,9 +43734,9 @@ included the thread libraries on the link/compile line.
@menu
* libmysqld overview:: Overview of the Embedded MySQL Server Library
* libmysqld compiling:: Compiling Programs with @code{libmysqld}
* libmysqld restrictions:: Restrictions when
u
sing the Embedded MySQL Server
* libmysqld options:: Using
option files with the embedded s
erver
* libmysqld TODO:: Things left
t
o do in Embedded Server (TODO)
* libmysqld restrictions:: Restrictions when
U
sing the Embedded MySQL Server
* libmysqld options:: Using
Option files with the Embedded S
erver
* libmysqld TODO:: Things left
l
o do in Embedded Server (TODO)
* libmysqld example:: A Simple Embedded Server Example
* libmysqld licensing:: Licensing the Embedded Server
@end menu
...
...
@@ -43804,7 +43804,7 @@ Some of these limitations can be changed by editing the @file{mysql_embed.h}
include file and recompiling MySQL.
@node libmysqld options, libmysqld TODO, libmysqld restrictions, libmysqld
@subsubsection Using
option files with the embedded s
erver
@subsubsection Using
Option Files with the Embedded S
erver
The following is the recommended way to use option files to make it easy
to switch between a client/server application and one where MySQL is
...
...
@@ -45147,7 +45147,7 @@ do that. Just specify the @code{--with-debug} options to @code{configure}!
@menu
* What is crashing:: How to determine what is causing problems
* Common errors::
Some c
ommon errors when using MySQL
* Common errors::
C
ommon errors when using MySQL
* Installation Issues:: Installation Related Issues
* Administration Issues:: Administration Related Issues
* Query Issues:: Query Related Issues
...
...
@@ -45259,7 +45259,7 @@ described in this manual. @xref{Asking questions}.
@node Common errors, Installation Issues, What is crashing, Problems
@appendixsec
Some
Common Errors When Using MySQL
@appendixsec Common Errors When Using MySQL
@cindex errors, list of
...
...
@@ -46941,7 +46941,7 @@ more than one way to compute}
@cindex search engines, web
@cindex web search engines
@appendixsec
Some
Web Search Engines
@appendixsec Web Search Engines
@itemize @bullet
...
...
@@ -46969,7 +46969,7 @@ more than one way to compute}
@item @uref{http://osdls.library.arizona.edu/, The Open Source Digital Library System Project}
@end itemize
@appendixsec
Some Information Search Engines Concentrated on Some
Area
@appendixsec
Information Search Engines Specialising in a Particular
Area
@itemize @bullet
...
...
@@ -47055,7 +47055,7 @@ service with millions of users.}
@end itemize
@cindex services
@appendixsec
Some
Domain/Internet/Web and Related Services
@appendixsec Domain/Internet/Web and Related Services
@itemize @bullet
...
...
@@ -47162,7 +47162,7 @@ Ecommerce site that is selling computers.
@end itemize
@cindex consultants, list of
@appendixsec
Some
MySQL Consultants
@appendixsec MySQL Consultants
@itemize @bullet
...
...
@@ -47184,7 +47184,7 @@ Ecommerce site that is selling computers.
@item @uref{http://www.spring.de, Spring infotainment gmbh & co. kg}
@c added 990905 "Oliver Pischke" <opischke@spring.de>
@item @uref{http://www.wamdesign.com/,
D
evelops websites using MySQL}
@item @uref{http://www.wamdesign.com/,
Wam Design d
evelops websites using MySQL}
@c Added 990905; max@wamdesign.com
@item @uref{http://www.berkeleyconsultants.com, Berkeley Consultants Group}
...
...
@@ -47277,7 +47277,7 @@ ANSI-92 compliance)}
@item @uref{http://www.hek.com, HEK A construction company}
@item @uref{http://www.
nbi.nl, Elsevier Bussine
s Information}
@item @uref{http://www.
ebi.nl, Elsevier Bussines
s Information}
@item @uref{http://vaccination.medicallink.se/, Medical Links (Using ColdFusion and MySQL)}
...
...
@@ -48076,8 +48076,8 @@ Patches for @code{radiusd} to make it support MySQL. By Wim Bonis,
@email{bonis@@kiss.de}.
@end itemize
@cindex
tools, useful
@appendixsec U
seful Tool
s
@cindex
utilities
@appendixsec U
tilitie
s
@itemize @bullet
@item @uref{http://worldcommunity.com/opensource/utilities/mysql_backup.html, MySQL Backup}.
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