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:
Annamalai Gurusami 2013-05-16 16:56:02 +05:30
parent 94a43264af
commit 2ee012b2e8

View File

@ -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);
}
/************************************************************************