1
0
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:
Nirbhay Choubey
2013-12-10 22:11:42 -05:00
parent e1ed3dcebf
commit 48e83ba6f7
8 changed files with 44 additions and 39 deletions

View File

@ -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