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

MCOL-641 Followup on functions commit.

This commit is contained in:
Roman Nozdrin
2020-05-08 09:50:15 +00:00
parent cfe35b5c7f
commit 3d94ec1568
3 changed files with 20 additions and 3 deletions

View File

@ -820,7 +820,6 @@ int fetchNextRow(uchar* buf, cal_table_info& ti, cal_connection_info* ci, bool h
dataconvert::DataConvert::decimalToString(dec,
(unsigned)colType.scale, buf,
sizeof(buf), colType.colDataType);
std::cout << buf << std::endl;
Field_new_decimal* f2 = (Field_new_decimal*)*f;
f2->store(buf, strlen(buf), f2->charset());