You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-05 04:50:35 +03:00
BLOBs that are longer than half the maximum length of the column would be turned into a negative length due to signed int casting. This would cause them to turn into NULL inserts. Unsigned now used.