diff options
author | monty@hundin.mysql.fi <> | 2002-08-17 05:18:06 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-17 05:18:06 +0300 |
commit | b9d7fcd27978a60105442d109581fa63c9d7e21d (patch) | |
tree | 6ddcfd168371a75010c2bd6892cf8b2b33839553 /.bzrignore | |
parent | 339be73c0513edc08f4c807e549f27a4c7b3fcc1 (diff) | |
download | mariadb-git-b9d7fcd27978a60105442d109581fa63c9d7e21d.tar.gz |
Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
Removed thread marking of safemalloc blocks (becasue of alignment problems)
Temporary fix for bigint comparison.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index d16094d46ca..6234f16cad0 100644 --- a/.bzrignore +++ b/.bzrignore @@ -485,3 +485,9 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +sql-bench/innotest1 +sql-bench/innotest1a +sql-bench/innotest1b +sql-bench/innotest2 +sql-bench/innotest2a +sql-bench/innotest2b |