mirror of
https://github.com/MariaDB/server.git
synced 2026-05-11 01:20:15 +02:00
Merge 10.3 into 10.4
This commit is contained in:
commit
8b480df63e
45 changed files with 337 additions and 337 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*****************************************************************************
|
||||
|
||||
Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved.
|
||||
Copyright (c) 2017, 2018, MariaDB Corporation.
|
||||
Copyright (c) 2017, 2019, MariaDB Corporation.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU General Public License as published by the Free Software
|
||||
|
|
@ -558,6 +558,11 @@ btr_cur_pessimistic_delete(
|
|||
bool rollback,/*!< in: performing rollback? */
|
||||
mtr_t* mtr) /*!< in: mtr */
|
||||
MY_ATTRIBUTE((nonnull));
|
||||
/** Delete the node pointer in a parent page.
|
||||
@param[in,out] parent cursor pointing to parent record
|
||||
@param[in,out] mtr mini-transaction */
|
||||
void btr_cur_node_ptr_delete(btr_cur_t* parent, mtr_t* mtr)
|
||||
MY_ATTRIBUTE((nonnull));
|
||||
/***********************************************************//**
|
||||
Parses a redo log record of updating a record in-place.
|
||||
@return end of log record or NULL */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue