Commit 4cf3ad00 authored by unknown's avatar unknown

automerge

parents 9242f0b7 97e27b3c
...@@ -6659,8 +6659,8 @@ mysql_bin_log_commit_pos(THD *thd, ulonglong *out_pos, const char **out_file) ...@@ -6659,8 +6659,8 @@ mysql_bin_log_commit_pos(THD *thd, ulonglong *out_pos, const char **out_file)
} }
else else
{ {
*out_pos= NULL;
*out_file= NULL; *out_file= NULL;
*out_pos= 0;
} }
} }
#endif /* INNODB_COMPATIBILITY_HOOKS */ #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