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

This commit is contained in:
marko 2007-10-05 06:23:37 +00:00
parent 1b166ea268
commit 9fb9158b6a
2 changed files with 1 additions and 11 deletions

View file

@ -74,16 +74,6 @@ row_ins_index_entry(
ibool foreign,/* in: TRUE=check foreign key constraints */
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
SQL execution graphs. */

View file

@ -2360,7 +2360,7 @@ row_ins_get_row_from_select(
/***************************************************************
Inserts a row to a table. */
static
ulint
row_ins(
/*====*/