mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fixing a Windows compilation failure introduced by MDEV-20706
This commit is contained in:
parent
7474deec49
commit
c06397f615
1 changed files with 1 additions and 1 deletions
|
@ -10347,7 +10347,7 @@ bool Column_definition::fix_attributes_temporal_with_time(uint int_part_length)
|
|||
MAX_DATETIME_PRECISION);
|
||||
return true;
|
||||
}
|
||||
decimals= length;
|
||||
decimals= (uint) length;
|
||||
length+= int_part_length + (length ? 1 : 0);
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue