You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-06 08:40:57 +03:00
cpimport was doing unsigned comparisons for these, but initializing max to MIN_BIGINT (0x8000000000000002), which is > than any ascii string, so it would never get set. Changed the init value to 0 for char types.
14 KiB
14 KiB