mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
* Updated auto_increment_xxx_func.result to reflect the changes
made by https://bugs.launchpad.net/codership-mysql/+bug/587170 * Fix for some compiler errors/warnings.
This commit is contained in:
@ -8193,7 +8193,7 @@ void wsrep_write_rbr_buf(
|
||||
FILE *of= fopen(filename, "wb");
|
||||
if (of)
|
||||
{
|
||||
fwrite (rbr_buf, buf_len, 1, of);
|
||||
(void) fwrite (rbr_buf, buf_len, 1, of);
|
||||
fclose(of);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user