mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix warnings
This commit is contained in:
@@ -2079,7 +2079,7 @@ uint get_sql_xid(XID *xid, char *buf)
|
||||
MY_INT64_NUM_DECIMAL_DIGITS, -10, xid->formatID);
|
||||
}
|
||||
|
||||
return buf - orig_buf;
|
||||
return (uint)(buf - orig_buf);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user