File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
1
/*****************************************************************************
2
2
3
3
Copyright (c) 1996, 2018, Oracle and/or its affiliates. All Rights Reserved.
4
- Copyright (c) 2018, MariaDB Corporation.
4
+ Copyright (c) 2018, 2020, MariaDB Corporation.
5
5
6
6
This program is free software; you can redistribute it and/or modify it under
7
7
the terms of the GNU General Public License as published by the Free Software
@@ -371,16 +371,6 @@ row_upd_changes_some_index_ord_field_binary(
371
371
/*========================================*/
372
372
const dict_table_t * table , /*!< in: table */
373
373
const upd_t * update );/*!< in: update vector for the row */
374
- /** Stores to the heap the row on which the node->pcur is positioned.
375
- @param[in] node row update node
376
- @param[in] thd mysql thread handle
377
- @param[in,out] mysql_table NULL, or mysql table object when
378
- user thread invokes dml */
379
- void
380
- row_upd_store_row (
381
- upd_node_t * node ,
382
- THD * thd ,
383
- TABLE * mysql_table );
384
374
/***********************************************************/ /**
385
375
Updates a row in a table. This is a high-level function used
386
376
in SQL execution graphs.
Original file line number Diff line number Diff line change @@ -2206,6 +2206,7 @@ row_upd_store_v_row(
2206
2206
@param[in] thd mysql thread handle
2207
2207
@param[in,out] mysql_table NULL, or mysql table object when
2208
2208
user thread invokes dml */
2209
+ static
2209
2210
void
2210
2211
row_upd_store_row (
2211
2212
upd_node_t * node,
You can’t perform that action at this time.
0 commit comments