mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Many files:
Merge InnoDB-3.23.52c ha_innobase.cc: Test the ref length sanity also in the production version sql/ha_innobase.cc: Test the ref length sanity also in the production version innobase/btr/btr0cur.c: Merge InnoDB-3.23.52c innobase/buf/buf0buf.c: Merge InnoDB-3.23.52c innobase/buf/buf0lru.c: Merge InnoDB-3.23.52c innobase/ha/ha0ha.c: Merge InnoDB-3.23.52c innobase/log/log0recv.c: Merge InnoDB-3.23.52c innobase/mtr/mtr0log.c: Merge InnoDB-3.23.52c innobase/os/os0file.c: Merge InnoDB-3.23.52c innobase/page/page0cur.c: Merge InnoDB-3.23.52c innobase/include/btr0btr.h: Merge InnoDB-3.23.52c innobase/include/dyn0dyn.h: Merge InnoDB-3.23.52c innobase/include/log0recv.h: Merge InnoDB-3.23.52c innobase/include/buf0buf.ic: Merge InnoDB-3.23.52c innobase/include/log0log.ic: Merge InnoDB-3.23.52c
This commit is contained in:
@ -125,14 +125,6 @@ dyn_block_get_data(
|
||||
/*===============*/
|
||||
/* out: pointer to data */
|
||||
dyn_block_t* block); /* in: dyn array block */
|
||||
/************************************************************************
|
||||
Gets the next block in a dyn array. */
|
||||
|
||||
dyn_block_t*
|
||||
dyn_block_get_next(
|
||||
/*===============*/
|
||||
/* out: pointer to next, NULL if end of list */
|
||||
dyn_block_t* block); /* in: dyn array block */
|
||||
/************************************************************
|
||||
Pushes n bytes to a dyn array. */
|
||||
UNIV_INLINE
|
||||
|
Reference in New Issue
Block a user