mirror of
https://github.com/MariaDB/server.git
synced 2025-11-18 07:48:43 +03:00
Integer values with 10 digits may or may not fit into an int column (e.g. 2147483647 vs 6147483647). Thus when creating a temp table column for such an int we must use bigint instead. Fixed to use bigint. Also subsituted a "magic number" with a named constant.
63 KiB
63 KiB