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
9fb9158b
Commit
9fb9158b
authored
Oct 05, 2007
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Use static linkage for row_ins().
parent
1b166ea2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
include/row0ins.h
include/row0ins.h
+0
-10
row/row0ins.c
row/row0ins.c
+1
-1
No files found.
include/row0ins.h
View file @
9fb9158b
...
@@ -74,16 +74,6 @@ row_ins_index_entry(
...
@@ -74,16 +74,6 @@ row_ins_index_entry(
ibool
foreign
,
/* in: TRUE=check foreign key constraints */
ibool
foreign
,
/* in: TRUE=check foreign key constraints */
que_thr_t
*
thr
);
/* in: query thread */
que_thr_t
*
thr
);
/* in: query thread */
/***************************************************************
/***************************************************************
Inserts a row to a table. */
ulint
row_ins
(
/*====*/
/* out: DB_SUCCESS if operation successfully
completed, else error code or DB_LOCK_WAIT */
ins_node_t
*
node
,
/* in: row insert node */
que_thr_t
*
thr
);
/* in: query thread */
/***************************************************************
Inserts a row to a table. This is a high-level function used in
Inserts a row to a table. This is a high-level function used in
SQL execution graphs. */
SQL execution graphs. */
...
...
row/row0ins.c
View file @
9fb9158b
...
@@ -2360,7 +2360,7 @@ row_ins_get_row_from_select(
...
@@ -2360,7 +2360,7 @@ row_ins_get_row_from_select(
/***************************************************************
/***************************************************************
Inserts a row to a table. */
Inserts a row to a table. */
static
ulint
ulint
row_ins
(
row_ins
(
/*====*/
/*====*/
...
...
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