summaryrefslogtreecommitdiff
path: root/.bzrignore
diff options
context:
space:
mode:
authorunknown <monty@mysql.com/narttu.mysql.fi>2006-11-29 22:14:08 +0200
committerunknown <monty@mysql.com/narttu.mysql.fi>2006-11-29 22:14:08 +0200
commit42fd48da99b2ba2641697ebb567af555fb270e9e (patch)
treebef430d689166e5e66f9ead04d47402e9b5b6b1c /.bzrignore
parent6ae9e9a57c7db29c5bc7214592fc27e901c8206d (diff)
downloadmariadb-git-42fd48da99b2ba2641697ebb567af555fb270e9e.tar.gz
Ignore some generated files
Don't return from my_thread_global_end() until all threads have called my_thread_end() Bug#24387: Valgrind: my_thread_init (handle_sl sql, handle_one_conn, handle_slave_io) BitKeeper/etc/ignore: added *.gcda *.gcno include/my_pthread.h: Added my_thread_end_wait_time Removed not used thread variables mysys/my_thr_init.c: Add thread counters. Don't return from my_thread_global_end() until all threads have called my_thread_end() (Or a timeout (5 seconds) has elapsed) This fixed some valgrind warnings Bug#24387: Valgrind: my_thread_init (handle_sl sql, handle_one_conn, handle_slave_io)
Diffstat (limited to '.bzrignore')
-rw-r--r--.bzrignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore
index d6086ba4a76..8455c05b220 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -1323,3 +1323,10 @@ win/vs8cache.txt
zlib/*.ds?
zlib/*.vcproj
mysql-test/r/*.warnings
+bdb/dist/db.h
+bdb/dist/db_config.h
+bdb/dist/db_cxx.h
+bdb/dist/db_int.h
+bdb/dist/include.tcl
+*.gcda
+*.gcno