Commit 9fb9158b authored by marko's avatar marko

branches/zip: Use static linkage for row_ins().

parent 1b166ea2
...@@ -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. */
......
...@@ -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(
/*====*/ /*====*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment