1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fix most annoying warnings on Windows

This commit is contained in:
Vladislav Vaintroub
2016-03-22 18:44:46 +01:00
parent 642978cc57
commit 6950f83d5e
2 changed files with 11 additions and 11 deletions

View File

@@ -3753,7 +3753,7 @@ public:
const char *field_name_arg) const
{
return ::make_field(share, mem_root, ptr,
length, null_pos, null_bit,
(uint32)length, null_pos, null_bit,
pack_flag, sql_type, charset,
geom_type, srid, unireg_check, interval,
field_name_arg);