diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-11-16 10:37:30 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-11-16 10:37:30 -0700 |
commit | 4ddac2140db63c3332f43502bce6c9cb50744ae6 (patch) | |
tree | dc8e310db20b168ab8e30b9bf6b7452066e7a4ce /.bzrignore | |
parent | f44a41f013a8791fc2ddba88a9f23efe5cfb6c99 (diff) | |
download | mariadb-git-4ddac2140db63c3332f43502bce6c9cb50744ae6.tar.gz |
BUILD/compile-pentium-debug
make -j 2
mysys/my_open.c
my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT
sql/log.cc
fixed up IO_CACHE to make replication work, not fully yet
sql/log_event.cc
fixed up IO_CACHE
BUILD/compile-pentium-debug:
make -j 2
BitKeeper/etc/ignore:
Added repl-tests/test-repl/sum-wlen-slave.master.reje support-files/mysql-3.23.28-gamma.spec to the ignore list
mysys/my_open.c:
my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT
sql/log.cc:
fixed up IO_CACHE to make replication work, not fully yet
sql/log_event.cc:
fixed up IO_CACHE
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index ab03733c7f9..c0e1c580cb8 100644 --- a/.bzrignore +++ b/.bzrignore @@ -174,3 +174,5 @@ mysql-test/var/lib/test/elt_ck2.MYD mysql-test/var/lib/test/elt_ck2.MYI repl-tests/test-repl-ts/repl-timestamp.master.reject client/.mysqladmin.c.swp +repl-tests/test-repl/sum-wlen-slave.master.reje +support-files/mysql-3.23.28-gamma.spec |