mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Merge 10.4 into 10.5
This commit is contained in:
commit
1813d92d0c
234 changed files with 3048 additions and 789 deletions
|
|
@ -703,7 +703,7 @@ rec_offs_set_n_alloc(
|
|||
ulint n_alloc) /*!< in: number of elements */
|
||||
{
|
||||
ut_ad(n_alloc > REC_OFFS_HEADER_SIZE);
|
||||
UNIV_MEM_ALLOC(offsets, n_alloc * sizeof *offsets);
|
||||
MEM_UNDEFINED(offsets, n_alloc * sizeof *offsets);
|
||||
offsets[0] = static_cast<rec_offs>(n_alloc);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue