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
3fdd9c1c
Commit
3fdd9c1c
authored
Nov 27, 2017
by
Marko Mäkelä
Committed by
Aleksey Midenkov
Nov 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct a comment
parent
86b590c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
storage/innobase/include/row0upd.h
storage/innobase/include/row0upd.h
+1
-2
No files found.
storage/innobase/include/row0upd.h
View file @
3fdd9c1c
...
...
@@ -484,8 +484,7 @@ struct upd_t{
return
(
false
);
}
/** Determine if the update affects a system versioned column.
@param[in] index the clustered index that is being updated */
/** Determine if the update affects a system versioned column. */
bool
affects_versioned
()
const
{
for
(
ulint
i
=
0
;
i
<
n_fields
;
i
++
)
{
...
...
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