Commit 2396c261 authored by Annamalai Gurusami's avatar Annamalai Gurusami

Fixing a compiler warning issue. At the end of the function

ibuf_insert_to_index_page_low() add a DBUG_RETURN(NULL).
parent 26a719d1
......@@ -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);
}
/************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment