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
4edb2938
Commit
4edb2938
authored
Jan 18, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
Merge 10.3 into 10.4
parents
0474be0a
77819245
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
12 deletions
+1
-12
storage/innobase/row/row0sel.cc
storage/innobase/row/row0sel.cc
+1
-12
No files found.
storage/innobase/row/row0sel.cc
View file @
4edb2938
...
...
@@ -2870,15 +2870,6 @@ row_sel_field_store_in_mysql_format_func(
}
}
#ifdef UNIV_DEBUG
/** Convert a field from Innobase format to MySQL format. */
# define row_sel_store_mysql_field(m,p,r,i,o,f,t) \
row_sel_store_mysql_field_func(m,p,r,i,o,f,t)
#else
/* UNIV_DEBUG */
/** Convert a field from Innobase format to MySQL format. */
# define row_sel_store_mysql_field(m,p,r,i,o,f,t) \
row_sel_store_mysql_field_func(m,p,r,o,f,t)
#endif
/* UNIV_DEBUG */
/** Convert a field in the Innobase format to a field in the MySQL format.
@param[out] mysql_rec record in the MySQL format
@param[in,out] prebuilt prebuilt struct
...
...
@@ -2893,13 +2884,11 @@ row_sel_field_store_in_mysql_format_func(
*/
static
MY_ATTRIBUTE
((
warn_unused_result
))
ibool
row_sel_store_mysql_field
_func
(
row_sel_store_mysql_field
(
byte
*
mysql_rec
,
row_prebuilt_t
*
prebuilt
,
const
rec_t
*
rec
,
#ifdef UNIV_DEBUG
const
dict_index_t
*
index
,
#endif
const
ulint
*
offsets
,
ulint
field_no
,
const
mysql_row_templ_t
*
templ
)
...
...
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