You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
change
This commit is contained in:
@ -463,7 +463,7 @@ int main(int argc, char *argv[])
|
||||
buf = line;
|
||||
|
||||
string::size_type pos;
|
||||
string package = calpontPackagename + "-ent-"
|
||||
string package = calpontPackagename + "-ent-";
|
||||
pos = buf.find(package,0);
|
||||
if (pos != string::npos) {
|
||||
currentPrefix = buf.substr(pos+13,1);
|
||||
|
Reference in New Issue
Block a user