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
d44e1e68
Commit
d44e1e68
authored
Sep 18, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
parents
dfd0f82b
9ab6c6ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Docs/manual.texi
Docs/manual.texi
+2
-2
No files found.
Docs/manual.texi
View file @
d44e1e68
...
@@ -8363,7 +8363,7 @@ and not only the first argument.
...
@@ -8363,7 +8363,7 @@ and not only the first argument.
@item
@item
@code{AUTO_INCREMENT} will not work with negative numbers. The reason
@code{AUTO_INCREMENT} will not work with negative numbers. The reason
for this is that negative numbers caused problems when wrapping from -1 to 0.
for this is that negative numbers caused problems when wrapping from -1 to 0.
@code{AUTO_INCREMENT} for MyISAM tables is no handled at a lower level and
@code{AUTO_INCREMENT} for MyISAM tables is no
w
handled at a lower level and
is much faster than before. For MyISAM tables old numbers are also not reused
is much faster than before. For MyISAM tables old numbers are also not reused
anymore, even if you delete some rows from the table.
anymore, even if you delete some rows from the table.
...
@@ -13406,7 +13406,7 @@ mysql> SELECT * FROM shop;
...
@@ -13406,7 +13406,7 @@ mysql> SELECT * FROM shop;
* example-Foreign keys:: Using foreign keys
* example-Foreign keys:: Using foreign keys
* Searching on two keys:: Searching on Two Keys
* Searching on two keys:: Searching on Two Keys
* Calculating days:: Calculating Visits Per Day
* Calculating days:: Calculating Visits Per Day
* example-AUTO_INCREMENT:: Using
AUTO_INCREMENT
* example-AUTO_INCREMENT:: Using
@code{AUTO_INCREMENT}
@end menu
@end menu
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