1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-641 PoC version for DECIMAL(38) using BINARY as a basis.

This commit is contained in:
Roman Nozdrin
2019-10-29 01:21:17 -05:00
parent 32f6167067
commit c9f42fb5cc
16 changed files with 70 additions and 40 deletions

View File

@ -76,7 +76,7 @@ PassThruCommandJL::PassThruCommandJL(const PassThruStep& p)
case 16:
case 32:
tableColumnType = TableColumn::STRING;
tableColumnType = TableColumn::STRING;
break;
default: