Commit 164ba87e authored by vasil's avatar vasil

branches/zip:

Add missing return statement in the test program that could have
caused a warning.
parent 78b505b4
......@@ -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