1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-5438 COUNT() in math causes SEGV (#2769)

Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com>
This commit is contained in:
Roman Nozdrin
2023-03-10 16:32:17 +00:00
committed by GitHub
parent a9818433f7
commit 7f3d540841
12 changed files with 85 additions and 90 deletions

View File

@ -76,6 +76,7 @@ enum ErrorCodeValues
incompatJoinCols,
incompatFilterCols,
aggregateResourceErr,
dataConvertUnsupportedPrecisionValue,
statisticsJobListEmpty = 301
};