1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

remove mysql-Calpont and fix postconfigure build issue

This commit is contained in:
david hill
2016-02-04 14:09:52 -06:00
parent a3f391a235
commit 54ec8ef57e
2 changed files with 2 additions and 3 deletions

View File

@@ -349,7 +349,7 @@ rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}-%{release}
/usr/local/Calpont/lib/libcalmysql.so.1.0.0
/usr/local/Calpont/lib/libudf_mysql.so.1.0.0
/usr/local/Calpont/mysql/mysql-Calpont
#/usr/local/Calpont/mysql/mysql-Calpont
/usr/local/Calpont/mysql/install_calpont_mysql.sh
/usr/local/Calpont/mysql/syscatalog_mysql.sql
/usr/local/Calpont/mysql/dumpcat_mysql.sql

View File

@@ -3174,10 +3174,9 @@ int main(int argc, char *argv[])
if (WEXITSTATUS(rtnCode) != 0) {
cout << endl << "Error returned from post-mysql-install, check /tmp/post-mysql-install.log" << endl;
exit(1);
}
else
cout << endl << "post-mysql-install Successfully Completed" << endl;
}
}
}
}