Commit bb9a932f authored by inaam's avatar inaam

branches/innodb+

Fix compiler warning
parent a0385e8a
...@@ -1607,6 +1607,9 @@ buf_pool_watch_set( ...@@ -1607,6 +1607,9 @@ buf_pool_watch_set(
should be modified to return a special non-NULL value and the should be modified to return a special non-NULL value and the
caller should purge the record directly. */ caller should purge the record directly. */
ut_error; ut_error;
/* Fix compiler warning */
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