mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fixing a compiler warning issue. At the end of the function
ibuf_insert_to_index_page_low() add a DBUG_RETURN(NULL).
This commit is contained in:
parent
affc7dc23c
commit
9904193de2
1 changed files with 1 additions and 0 deletions
|
|
@ -3897,6 +3897,7 @@ ibuf_insert_to_index_page_low(
|
|||
fputs("InnoDB: Submit a detailed bug report"
|
||||
" to http://bugs.mysql.com\n", stderr);
|
||||
ut_ad(0);
|
||||
DBUG_RETURN(NULL);
|
||||
}
|
||||
|
||||
/************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue