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

MCOL-4483: remove unused directories and fix some default paths.

This commit is contained in:
benthompson15
2021-02-23 17:27:42 -06:00
parent 577890c3fa
commit 432c9b21ae
7 changed files with 6 additions and 51 deletions

View File

@ -120,7 +120,7 @@ void Config::checkReload( )
if ( m_bulkRoot.length() == 0 )
{
m_bulkRoot = "/var/lib/columnstore";
m_bulkRoot = "/var/log/mariadb/columnstore";
#ifndef _MSC_VER
m_bulkRoot += "/data";
#endif