1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

Merge branch '10.2' into 10.3

This commit is contained in:
Oleksandr Byelkin
2021-07-29 13:51:02 +02:00
140 changed files with 2655 additions and 1338 deletions

View File

@@ -298,9 +298,9 @@ FIDBLK::FIDBLK(PCOLUMN cp, OPVAL op) : SPCBLK(cp), Op(op)
Buf_Type = TYPE_STRING;
*Format.Type = 'C';
Format.Length = Long;
#if defined(__WIN__)
#if defined(_WIN32)
Format.Prec = 1; // Case insensitive
#endif // __WIN__
#endif // _WIN32
Constant = (!To_Tdb->GetDef()->GetMultiple() &&
To_Tdb->GetAmType() != TYPE_AM_PLG &&
To_Tdb->GetAmType() != TYPE_AM_PLM);