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
fdfcea58
Commit
fdfcea58
authored
Oct 20, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes to tables per Andy Oram.
Sigh, should be all the remaining errors!
parent
61b7f807
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
61 deletions
+62
-61
Docs/manual.texi
Docs/manual.texi
+62
-61
No files found.
Docs/manual.texi
View file @
fdfcea58
...
@@ -14454,8 +14454,8 @@ by creating a tab-delimited text file containing the information:
...
@@ -14454,8 +14454,8 @@ by creating a tab-delimited text file containing the information:
@item Buffy @tab 1994-06-19 @tab litter @tab 3 puppies, 3 female
@item Buffy @tab 1994-06-19 @tab litter @tab 3 puppies, 3 female
@item Chirpy @tab 1999-03-21 @tab vet @tab needed beak straightened
@item Chirpy @tab 1999-03-21 @tab vet @tab needed beak straightened
@item Slim @tab 1997-08-03 @tab vet @tab broken rib
@item Slim @tab 1997-08-03 @tab vet @tab broken rib
@item Bowser @tab 1991-10-12 @tab kennel
@item Bowser @tab 1991-10-12 @tab kennel
@tab
@item Fang @tab 1991-10-12 @tab kennel
@item Fang @tab 1991-10-12 @tab kennel
@tab
@item Fang @tab 1998-08-28 @tab birthday @tab Gave him a new chew toy
@item Fang @tab 1998-08-28 @tab birthday @tab Gave him a new chew toy
@item Claws @tab 1998-03-17 @tab birthday @tab Gave him a new flea collar
@item Claws @tab 1998-03-17 @tab birthday @tab Gave him a new flea collar
@item Whistler @tab 1998-12-09 @tab birthday @tab First birthday
@item Whistler @tab 1998-12-09 @tab birthday @tab First birthday
...
@@ -15117,10 +15117,7 @@ history collection. In addition, data are collected on medical and
...
@@ -15117,10 +15117,7 @@ history collection. In addition, data are collected on medical and
environmental risk factors.
environmental risk factors.
More information about Twin studies can be found at:
More information about Twin studies can be found at:
@uref{http://www.imm.ki.se/TWIN/TWINUKW.HTM}
@example
@url{http://www.imm.ki.se/TWIN/TWINUKW.HTM}
@end example
The latter part of the project is administered with a Web interface
The latter part of the project is administered with a Web interface
written using Perl and MySQL.
written using Perl and MySQL.
...
@@ -16523,14 +16520,14 @@ Scope fields are strings, declared as shown below; the default value for
...
@@ -16523,14 +16520,14 @@ Scope fields are strings, declared as shown below; the default value for
each is the empty string:
each is the empty string:
@multitable @columnfractions .15 .15 .7
@multitable @columnfractions .15 .15 .7
@item @strong{Field name} @tab @strong{Type}
@item @strong{Field name} @tab @strong{Type}
@tab @strong{Notes}
@item @code{Host} @tab @code{CHAR(60)}
@item @code{Host} @tab @code{CHAR(60)}
@tab
@item @code{User} @tab @code{CHAR(16)}
@item @code{User} @tab @code{CHAR(16)}
@tab
@item @code{Password} @tab @code{CHAR(16)}
@item @code{Password} @tab @code{CHAR(16)}
@tab
@item @code{Db} @tab @code{CHAR(64)} @tab (@code{CHAR(60)} for the
@item @code{Db} @tab @code{CHAR(64)} @tab (@code{CHAR(60)} for the
@code{tables_priv} and @code{columns_priv} tables)
@code{tables_priv} and @code{columns_priv} tables)
@item @code{Table_name} @tab @code{CHAR(60)}
@item @code{Table_name} @tab @code{CHAR(60)}
@tab
@item @code{Column_name} @tab @code{CHAR(60)}
@item @code{Column_name} @tab @code{CHAR(60)}
@tab
@end multitable
@end multitable
In the @code{user}, @code{db} and @code{host} tables,
In the @code{user}, @code{db} and @code{host} tables,
...
@@ -16541,13 +16538,18 @@ In the @code{tables_priv} and @code{columns_priv} tables, the privilege
...
@@ -16541,13 +16538,18 @@ In the @code{tables_priv} and @code{columns_priv} tables, the privilege
fields are declared as @code{SET} fields:
fields are declared as @code{SET} fields:
@multitable @columnfractions .2 .2 .6
@multitable @columnfractions .2 .2 .6
@item @strong{Table name} @tab @strong{Field name} @tab @strong{Possible set elements}
@item @strong{Table name}
@item @code{tables_priv} @tab @code{Table_priv} @tab @code{'Select', 'Insert',
@tab @strong{Field name}
'Update', 'Delete', 'Create', 'Drop', 'Grant', 'References', 'Index', 'Alter'}
@tab @strong{Possible set elements}
@item @code{tables_priv} @tab @code{Column_priv} @tab @code{'Select', 'Insert',
@item @code{tables_priv}
'Update', 'References'}
@tab @code{Table_priv}
@item @code{columns_priv} @tab @code{Column_priv} @tab @code{'Select', 'Insert',
@tab @code{'Select', 'Insert', 'Update', 'Delete', 'Create', 'Drop', 'Grant', 'References', 'Index', 'Alter'}
'Update', 'References'}
@item @code{tables_priv}
@tab @code{Column_priv}
@tab @code{'Select', 'Insert', 'Update', 'References'}
@item @code{columns_priv}
@tab @code{Column_priv}
@tab @code{'Select', 'Insert', 'Update', 'References'}
@end multitable
@end multitable
Briefly, the server uses the grant tables like this:
Briefly, the server uses the grant tables like this:
...
@@ -25497,25 +25499,25 @@ For example, (run on the same NT 4.0 machine):
...
@@ -25497,25 +25499,25 @@ For example, (run on the same NT 4.0 machine):
@multitable @columnfractions .6 .2 .2
@multitable @columnfractions .6 .2 .2
@item @strong{Reading 2000000 rows by index} @tab @strong{Seconds} @tab @strong{Seconds}
@item @strong{Reading 2000000 rows by index} @tab @strong{Seconds} @tab @strong{Seconds}
@item mysql @tab 367 @tab 249
@item mysql @tab 367 @tab 249
@item mysql_odbc @tab 464
@item mysql_odbc @tab 464
@tab
@item db2_odbc @tab 1206
@item db2_odbc @tab 1206
@tab
@item informix_odbc @tab 121126
@item informix_odbc @tab 121126
@tab
@item ms-sql_odbc @tab 1634
@item ms-sql_odbc @tab 1634
@tab
@item oracle_odbc @tab 20800
@item oracle_odbc @tab 20800
@tab
@item solid_odbc @tab 877
@item solid_odbc @tab 877
@tab
@item sybase_odbc @tab 17614
@item sybase_odbc @tab 17614
@tab
@end multitable
@end multitable
@multitable @columnfractions .6 .2 .2
@multitable @columnfractions .6 .2 .2
@item @strong{Inserting (350768) rows} @tab @strong{Seconds} @tab @strong{Seconds}
@item @strong{Inserting (350768) rows} @tab @strong{Seconds} @tab @strong{Seconds}
@item mysql @tab 381 @tab 206
@item mysql @tab 381 @tab 206
@item mysql_odbc @tab 619
@item mysql_odbc @tab 619
@tab
@item db2_odbc @tab 3460
@item db2_odbc @tab 3460
@tab
@item informix_odbc @tab 2692
@item informix_odbc @tab 2692
@tab
@item ms-sql_odbc @tab 4012
@item ms-sql_odbc @tab 4012
@tab
@item oracle_odbc @tab 11291
@item oracle_odbc @tab 11291
@tab
@item solid_odbc @tab 1801
@item solid_odbc @tab 1801
@tab
@item sybase_odbc @tab 4802
@item sybase_odbc @tab 4802
@tab
@end multitable
@end multitable
In the above test MySQL was run with a 8M index cache.
In the above test MySQL was run with a 8M index cache.
...
@@ -34898,7 +34900,7 @@ directory all files with the following extensions:
...
@@ -34898,7 +34900,7 @@ directory all files with the following extensions:
@multitable @columnfractions .25 .25 .25 .25
@multitable @columnfractions .25 .25 .25 .25
@item .BAK @tab .DAT @tab .HSH @tab .ISD
@item .BAK @tab .DAT @tab .HSH @tab .ISD
@item .ISM @tab .ISM @tab .MRG @tab .MYD
@item .ISM @tab .ISM @tab .MRG @tab .MYD
@item .MYI
@tab .db @tab .frm
@item .MYI
@tab .db @tab .frm @tab
@end multitable
@end multitable
All subdirectories that consists of 2 digits (@code{RAID} directories)
All subdirectories that consists of 2 digits (@code{RAID} directories)
...
@@ -36014,7 +36016,7 @@ a @code{COMMIT} before executing the command):
...
@@ -36014,7 +36016,7 @@ a @code{COMMIT} before executing the command):
@multitable @columnfractions .33 .33 .33
@multitable @columnfractions .33 .33 .33
@item @code{ALTER TABLE} @tab @code{BEGIN} @tab @code{CREATE INDEX}
@item @code{ALTER TABLE} @tab @code{BEGIN} @tab @code{CREATE INDEX}
@item @code{DROP DATABASE} @tab @code{DROP TABLE} @tab @code{RENAME TABLE}
@item @code{DROP DATABASE} @tab @code{DROP TABLE} @tab @code{RENAME TABLE}
@item @code{TRUNCATE}
@item @code{TRUNCATE}
@tab @tab
@end multitable
@end multitable
You can change the isolation level for transactions with
You can change the isolation level for transactions with
...
@@ -42434,7 +42436,6 @@ The specified group in the option file may contain the following options:
...
@@ -42434,7 +42436,6 @@ The specified group in the option file may contain the following options:
@item @code{port} @tab Default port number.
@item @code{port} @tab Default port number.
@item @code{return-found-rows} @tab Tell @code{mysql_info()} to return found rows instead of updated rows when using @code{UPDATE}.
@item @code{return-found-rows} @tab Tell @code{mysql_info()} to return found rows instead of updated rows when using @code{UPDATE}.
@item @code{socket} @tab Default socket number.
@item @code{socket} @tab Default socket number.
@item
@item @code{user} @tab Default user.
@item @code{user} @tab Default user.
@end multitable
@end multitable
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