diff options
author | unknown <sasha@mysql.sashanet.com> | 2002-03-02 12:45:44 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2002-03-02 12:45:44 -0700 |
commit | 7e1edb01dbb4756c88f9c93f188f03eb8d11142c (patch) | |
tree | 99e834e2590a4246f2141adfa908a6f92809b04b /BUILD/FINISH.sh | |
parent | 3eb9c0be7df702a8af47daa2d01929704d8a41c9 (diff) | |
download | mariadb-git-7e1edb01dbb4756c88f9c93f188f03eb8d11142c.tar.gz |
load local fix
overrun sentry in my_vsnprintf() test
will not be pushed yet
BUILD/FINISH.sh:
load local fix
BUILD/SETUP.sh:
load local fix
BUILD/compile-pentium-debug-max:
load local fix
configure.in:
load local fix
mysys/my_vsnprintf.c:
added overrun sentry to the test
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index fbeaf1e3c68..82f31a14dc4 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -1,5 +1,6 @@ cflags="$c_warnings $extra_flags" cxxflags="$cxx_warnings $base_cxxflags $extra_flags" +extra_configs="$extra_configs $local_infile_configs" configure="./configure $base_configs $extra_configs" for arg do |