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
97e464cc
Commit
97e464cc
authored
May 02, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi Change note mods, 4.0.[12].
Manual_style_guidelines.txt put back item I lost after manual merge.
parent
7b101d5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
Docs/Manual_style_guidelines.txt
Docs/Manual_style_guidelines.txt
+6
-1
Docs/manual.texi
Docs/manual.texi
+2
-2
No files found.
Docs/Manual_style_guidelines.txt
View file @
97e464cc
...
...
@@ -140,6 +140,12 @@ transaction safe, replication safe.
Write wildcard, not wild card or wild-card.
Use "indexes", not "indices": Adding indexes to a table will improve the
performance of SELECT statements.
Exception: when returning to array elements, use "indices": The elements
of the array may be accessed using numeric indices, where the index
values ranges from 0 to n.
Write "heavy-load production systems" (used as an adjective),
but "...used under heavy load" (used on its own).
...
...
@@ -252,4 +258,3 @@ Paul, I think we should also decide whether to write Version or version, and in
After a semicolon, don't use uppercase. It is NOT the start of a new sentence!
It's "unstable", not "instable". ;-)
Docs/manual.texi
View file @
97e464cc
...
...
@@ -49084,7 +49084,7 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@item
Query cache disabled in
mysqldump
.
Query cache disabled in
@code{mysqldump}
.
@item
Fixed problem on Windows 98 that made sending of results very slow.
@item
...
...
@@ -49258,7 +49258,7 @@ output.
Fixed bug when @code{HANDLER} was used with some unsupported table type.
@item
@code{mysqldump} now puts @code{ALTER TABLE tbl_name DISABLE KEYS} and
@code{ALTER TABLE tbl_name
DIS
ABLE KEYS} in the sql dump.
@code{ALTER TABLE tbl_name
EN
ABLE KEYS} in the sql dump.
@item
Added @code{mysql_fix_extensions} script.
@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