1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00
This commit is contained in:
david hill
2016-05-16 11:00:48 -05:00
parent d185de5cfe
commit 8c2130496a

View File

@ -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);