diff options
author | unknown <monty@mysql.com> | 2006-02-26 15:11:56 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2006-02-26 15:11:56 +0200 |
commit | d25c405dc7a6d333a377b6803c18837e885303a9 (patch) | |
tree | 493d3d9cb6f32fcc6ad0bf804993fd9c3481cd6a /.bzrignore | |
parent | f7cf76fc80dd413c4d3adf09cba9ef223ffb1307 (diff) | |
download | mariadb-git-d25c405dc7a6d333a377b6803c18837e885303a9.tar.gz |
After merge fixes
BitKeeper/etc/ignore:
added storage/ndb/src/common/util/testBitmask.cpp
mysql-test/mysql-test-run.sh:
Add libmysql_r/.libs to path for shared libraries.
(Needed for mysqlimport)
mysql-test/r/ctype_cp932_notembedded.result:
After merge fix
mysql-test/r/func_system.result:
Version number on embedded server can be longer than 40
mysql-test/r/partition_mgm_err.result:
Move tests that require symlinks to partion_mgm_err2.test
mysql-test/r/query_cache.result:
Fix possible errors from previous tests
mysql-test/t/ctype_cp932_notembedded.test:
After merge fix
mysql-test/t/func_system.test:
Version number on embedded server can be longer than 40
mysql-test/t/partition_mgm_err.test:
Move tests that require symlinks to partion_mgm_err2.test
mysql-test/t/query_cache.test:
Fix possible errors from previous tests
mysys/my_symlink2.c:
More debugging
sql/event.cc:
Code cleanup
sql/event_executor.cc:
Ensure that event mutexes are properly cleared up
sql/mysqld.cc:
Ensure that event mutexes are properly cleared up
mysql-test/r/partition_mgm_err2.result:
New BitKeeper file ``mysql-test/r/partition_mgm_err2.result''
mysql-test/t/partition_mgm_err2.test:
New BitKeeper file ``mysql-test/t/partition_mgm_err2.test''
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 21383779fa7..4a0bf4ccb6b 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1614,3 +1614,5 @@ vio/viotest-sslconnect.cpp vio/viotest.cpp zlib/*.ds? zlib/*.vcproj +libmysqld/partition_info.cc +storage/ndb/src/common/util/testBitmask.cpp |