mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
branches/zip: Use static linkage for row_ins().
This commit is contained in:
parent
1b166ea268
commit
9fb9158b6a
2 changed files with 1 additions and 11 deletions
|
@ -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. */
|
||||
|
||||
|
|
|
@ -2360,7 +2360,7 @@ row_ins_get_row_from_select(
|
|||
|
||||
/***************************************************************
|
||||
Inserts a row to a table. */
|
||||
|
||||
static
|
||||
ulint
|
||||
row_ins(
|
||||
/*====*/
|
||||
|
|
Loading…
Add table
Reference in a new issue