1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3488. Found places with similar code.

This commit is contained in:
Patrick LeBlanc
2019-09-09 12:27:13 -05:00
parent d47980ceab
commit 9c7e2e923e
3 changed files with 15 additions and 7 deletions

View File

@ -183,6 +183,8 @@ struct ColumnThread
if (bUsingHdfs)
fileType = IDBDataFile::HDFS;
else if (IDBPolicy::useCloud())
fileType = IDBDataFile::CLOUD;
else
fileType = IDBDataFile::UNBUFFERED;