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
b0e59962
Commit
b0e59962
authored
Sep 05, 2002
by
monty@rescue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in Heikkis last push.
parent
d84c0990
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/innodb.result
mysql-test/r/innodb.result
+1
-1
sql/ha_innodb.cc
sql/ha_innodb.cc
+1
-1
No files found.
mysql-test/r/innodb.result
View file @
b0e59962
...
...
@@ -455,7 +455,7 @@ Duplicate entry 'test2' for key 2
select * from t1;
id ggid email passwd
1 this will work
4
test2 this will work
3
test2 this will work
select * from t1 where id=1;
id ggid email passwd
1 this will work
...
...
sql/ha_innodb.cc
View file @
b0e59962
...
...
@@ -1669,7 +1669,7 @@ ha_innobase::write_row(
introduced only in version 4.0.4 */
if
(
incremented_auto_inc_counter
)
{
dict_autoinc_decrement
(
prebuilt
->
table
);
dict_
table_
autoinc_decrement
(
prebuilt
->
table
);
}
if
(
incremented_auto_inc_for_stat
)
{
...
...
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