diff options
author | monty@mysql.com <> | 2003-11-04 14:59:38 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-11-04 14:59:38 +0200 |
commit | 6622d6f8cdb0ca0d64e18aba9cc5f3a10f6afbbf (patch) | |
tree | 33a3c695fa3469507c7488a763937e4ef85e8156 /BUILD | |
parent | 669365b41ce6b355329ab00f157b404c2cbaee77 (diff) | |
download | mariadb-git-6622d6f8cdb0ca0d64e18aba9cc5f3a10f6afbbf.tar.gz |
Fixed access to uninitialized memory in protocol::store_time
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-valgrind-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-valgrind-max b/BUILD/compile-pentium-valgrind-max index d0e25fa2f40..2e739ce9607 100755 --- a/BUILD/compile-pentium-valgrind-max +++ b/BUILD/compile-pentium-valgrind-max @@ -14,7 +14,7 @@ extra_configs="$extra_configs --with-berkeley-db --with-innodb --without-isam -- if test -z "$just_print" then - set +v + set +v +x echo "\ ****************************************************************************** Note that by default BUILD/compile-pentium-valgrind-max calls 'configure' with |