You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-17 01:02:23 +03:00
CI with RelWithDebInfo builds revealed a problem in the main patch for MCOL-4464, which did not show up with Debug builds. Methods like: - getDoubleVal() - getDateIntVal() - getDatetimeIntVal() - getTimestampIntVal() - getTimeIntVal() - getUintVal() - getIntVal() - getStrVal() require the caller to initialize the isNull argument to false. This fact was not taken into account in MCOL-4464. Adding proper initializations.
19 KiB
19 KiB