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
6d6ce1bb
Commit
6d6ce1bb
authored
Sep 23, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify a comment
parent
1bcd4432
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
storage/innobase/include/row0row.h
storage/innobase/include/row0row.h
+2
-2
storage/innobase/include/row0row.ic
storage/innobase/include/row0row.ic
+2
-1
No files found.
storage/innobase/include/row0row.h
View file @
6d6ce1bb
...
...
@@ -285,8 +285,8 @@ row_build_row_ref_fast(
const
ulint
*
map
,
/*!< in: array of field numbers in rec
telling how ref should be built from
the fields of rec */
const
rec_t
*
rec
,
/*!< in:
record in the index; must be
preserved while ref is used, as we do
const
rec_t
*
rec
,
/*!< in:
secondary index record;
must be
preserved while ref is used, as we do
not copy field values to heap */
const
ulint
*
offsets
);
/*!< in: array returned by rec_get_offsets() */
/***************************************************************//**
...
...
storage/innobase/include/row0row.ic
View file @
6d6ce1bb
/*****************************************************************************
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2017, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
...
...
@@ -144,7 +145,7 @@ row_build_row_ref_fast(
const ulint* map, /*!< in: array of field numbers in rec
telling how ref should be built from
the fields of rec */
const rec_t* rec, /*!< in:
record in the non-cluster index;
const rec_t* rec, /*!< in:
secondary index record;
must be preserved while ref is used, as we do
not copy field values to heap */
const ulint* offsets)/*!< in: array returned by rec_get_offsets() */
...
...
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