1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix conversion warnings/errors.

This commit is contained in:
Vladislav Vaintroub
2018-05-24 20:11:52 +00:00
parent 7a4f81b4c0
commit b8fdd56a4d
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ void mdev10259()
res= my_b_flush_io_cache(&info, 1);
ok(res == 0, "flush" INFO_TAIL);
ulong saved_pos= my_b_tell(&info);
my_off_t saved_pos= my_b_tell(&info);
res= reinit_io_cache(&info, READ_CACHE, 0, 0, 0);
ok(res == 0, "reinit READ_CACHE" INFO_TAIL);