You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-01 01:22:04 +03:00
- The code in ha_mcs_partition.cpp erroneously printed data to a temporary ostringstream "oss" instead of "output". - The left-side adjustfield (applied when printing the range values) unintentionally disappeared during MCOL-4174 refactoring. Restoring left adjustfield in TypeHandler::PrintPartitionValue*().