You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-01 01:22:04 +03:00
name changes
This commit is contained in:
@@ -25,7 +25,7 @@ CXXFLAGS+=$(DEBUG_FLAGS) -Wall
|
||||
|
||||
# Linker flags
|
||||
LDFLAGS+=-L$(CALPONT_LIBRARY_PATH) $(IDB_COMMON_LIBS) $(IDB_SNMP_LIBS) -lloggingcpp -lidbdatafile -lboost_idb \
|
||||
-Wl,--rpath -Wl,/usr/local/Calpont/lib
|
||||
-Wl,--rpath -Wl,/usr/local/MariaDB/Columnstore/lib
|
||||
|
||||
# install dir (set CALPONT_INSTALL_ROOT in env to override)
|
||||
CALPONT_INSTALL_ROOT?=$(EXPORT_ROOT)
|
||||
|
@@ -241,7 +241,7 @@ bool TestRunner::runTest( IDBDataFile::Types filetype, unsigned open_opts )
|
||||
for( int i = 0; i < m_opts.numDbRoots; ++i )
|
||||
{
|
||||
ostringstream dbroot;
|
||||
dbroot << "/usr/local/Calpont/data" << i+1;
|
||||
dbroot << "/usr/local/MariaDB/Columnstore/data" << i+1;
|
||||
if( !fs.exists(dbroot.str().c_str()) )
|
||||
{
|
||||
ostringstream msg;
|
||||
|
Reference in New Issue
Block a user