Commit 164b1f86 authored by vasil's avatar vasil

branches/zip:

Add missing return statement in the test program that could have
caused a warning.
parent 21051b21
......@@ -176,6 +176,8 @@ MYSQL_PLUGIN_ACTIONS(innobase, [
return(1);
}
return(0);
}
],
[
......
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