You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user