1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-02 12:41:17 +03:00
This commit is contained in:
David Hill
2018-09-28 14:58:36 -05:00
parent 2f0fb500df
commit d435335cdc
2 changed files with 7 additions and 3 deletions

View File

@@ -38,8 +38,6 @@ for arg in "$@"; do
elif [ $(expr -- "$arg" : '--tmpdir=') -eq 9 ]; then
tmpdir="$(echo $arg | awk -F= '{print $2}')"
fi
fi
done
test -f $installdir/post/functions && . $installdir/post/functions

View File

@@ -1706,6 +1706,12 @@ int main(int argc, char* argv[])
if ( reuseConfig == "n" )
{
string numBlocksPct;
try