diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-09-10 11:15:39 +0200 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-09-10 11:15:39 +0200 |
commit | d0d52e9f11ab7bad11d34d207139a26f26dd362c (patch) | |
tree | e4de6989be4d51f542339759b99eec9a100c3c33 /BUILD | |
parent | 905d715f10e711860311e0a10488c6bb5e19ee49 (diff) | |
download | mariadb-git-d0d52e9f11ab7bad11d34d207139a26f26dd362c.tar.gz |
WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/build_mccge.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/build_mccge.sh b/BUILD/build_mccge.sh index ad3e728453c..379ca1b2c68 100755 --- a/BUILD/build_mccge.sh +++ b/BUILD/build_mccge.sh @@ -556,7 +556,7 @@ parse_package() package="pro" ;; extended ) - package="" + package="extended" ;; cge ) package="cge" |