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
e6ac0621
Commit
e6ac0621
authored
Sep 20, 2006
by
osku
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
row_upd_sec_step(): Fix false comment.
parent
e8a1b21d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
row/row0upd.c
row/row0upd.c
+2
-2
No files found.
row/row0upd.c
View file @
e6ac0621
...
...
@@ -1375,8 +1375,8 @@ close_cur:
}
/***************************************************************
Updates
secondary index record if it is changed in the row update. This
should be quite rare in database applications
. */
Updates
the secondary index record if it is changed in the row update or
deletes it if this is a delete
. */
UNIV_INLINE
ulint
row_upd_sec_step
(
...
...
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