Commit fea75f40 authored by unknown's avatar unknown

MWL#136: Fix typo (wrong type) breaking compile.

parent 2a97416e
......@@ -6591,8 +6591,8 @@ mysql_bin_log_commit_pos(THD *thd, ulonglong *out_pos, const char **out_file)
}
else
{
*out_pos= NULL;
*out_file= NULL;
*out_pos= 0;
}
}
#endif /* INNODB_COMPATIBILITY_HOOKS */
......
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