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
486a36dd
Commit
486a36dd
authored
Sep 14, 2006
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn ha_innobase::build_template() from a non-static member function
to a static plain function.
parent
090d9d9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
handler/ha_innodb.cc
handler/ha_innodb.cc
+2
-1
handler/ha_innodb.h
handler/ha_innodb.h
+0
-2
No files found.
handler/ha_innodb.cc
View file @
486a36dd
...
...
@@ -3022,8 +3022,9 @@ ha_innobase::store_key_val_for_row(
/******************************************************************
Builds a 'template' to the prebuilt struct. The template is used in fast
retrieval of just those column values MySQL needs in its processing. */
static
void
ha_innobase
::
build_template
(
build_template
(
/*===========*/
row_prebuilt_t
*
prebuilt
,
/* in: prebuilt struct */
THD
*
thd
,
/* in: current user thread, used
...
...
handler/ha_innodb.h
View file @
486a36dd
...
...
@@ -201,8 +201,6 @@ class ha_innobase: public handler
int
cmp_ref
(
const
byte
*
ref1
,
const
byte
*
ref2
);
bool
check_if_incompatible_data
(
HA_CREATE_INFO
*
info
,
uint
table_changes
);
void
build_template
(
struct
row_prebuilt_struct
*
prebuilt
,
THD
*
thd
,
TABLE
*
table
,
uint
templ_type
);
};
extern
SHOW_VAR
innodb_status_variables
[];
...
...
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