mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Replace ut_anp with ut_a
innobase/include/ut0dbg.h: Remove ut_anp Replace fprintf with fputs Move string constants to .c file innobase/ut/ut0dbg.c: Move string constants to .c file
This commit is contained in:
parent
bebe22a99e
commit
8b328b24c9
6 changed files with 49 additions and 102 deletions
|
|
@ -2940,7 +2940,7 @@ fseg_free_step(
|
|||
freed yet */
|
||||
|
||||
ut_a(descr);
|
||||
ut_anp(xdes_get_bit(descr, XDES_FREE_BIT, buf_frame_get_page_no(header)
|
||||
ut_a(xdes_get_bit(descr, XDES_FREE_BIT, buf_frame_get_page_no(header)
|
||||
% FSP_EXTENT_SIZE, mtr) == FALSE);
|
||||
inode = fseg_inode_get(header, mtr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue