You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-02 12:41:17 +03:00
MCOL-520
This commit is contained in:
@@ -38,8 +38,6 @@ for arg in "$@"; do
|
|||||||
elif [ $(expr -- "$arg" : '--tmpdir=') -eq 9 ]; then
|
elif [ $(expr -- "$arg" : '--tmpdir=') -eq 9 ]; then
|
||||||
tmpdir="$(echo $arg | awk -F= '{print $2}')"
|
tmpdir="$(echo $arg | awk -F= '{print $2}')"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
|
|
||||||
test -f $installdir/post/functions && . $installdir/post/functions
|
test -f $installdir/post/functions && . $installdir/post/functions
|
||||||
|
@@ -1706,6 +1706,12 @@ int main(int argc, char* argv[])
|
|||||||
if ( reuseConfig == "n" )
|
if ( reuseConfig == "n" )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
string numBlocksPct;
|
string numBlocksPct;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
Reference in New Issue
Block a user