diff options
author | unknown <monty@mashka.mysql.fi> | 2002-08-23 21:41:27 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-08-23 21:41:27 +0300 |
commit | e089fcce4c67a715f3f2f5eec6a6d1b248a41106 (patch) | |
tree | 0beec75f4ab1ec4f2e53f7500bcbfa342f9a1680 /.bzrignore | |
parent | 3452e9dd951cd7a3e59db61ffd34c082a49152de (diff) | |
download | mariadb-git-e089fcce4c67a715f3f2f5eec6a6d1b248a41106.tar.gz |
Added testing of temporary tables with replication
mysql-test/t/rpl_rotate_logs-master.opt:
Rename: mysql-test/t/rpl000016-master.opt -> mysql-test/t/rpl_rotate_logs-master.opt
mysql-test/t/rpl_rotate_logs-slave.sh:
Rename: mysql-test/t/rpl000016-slave.sh -> mysql-test/t/rpl_rotate_logs-slave.sh
mysql-test/t/rpl_rotate_logs-slave-master-info.opt:
Rename: mysql-test/t/rpl000016-slave-master-info.opt -> mysql-test/t/rpl_rotate_logs-slave-master-info.opt
BitKeeper/etc/ignore:
Added mit-pthreads/include/bits mit-pthreads/include/pthread/machdep.h mit-pthreads/include/pthread/posix.h mit-pthreads/include/sys mit-pthreads/machdep.c mit-pthreads/pg++ mit-pthreads/pgcc sql-bench/innotest1 sql-bench/innotest1a sql-bench/innotest1b sql-bench/innotest2 sql-bench/innotest2a sql-bench/innotest2b to the ignore list
mysql-test/r/rpl_rotate_logs.result:
Added testing of temporary tables
mysql-test/t/rpl000018.test:
Commented test
mysql-test/t/rpl_rotate_logs.test:
Added testing of temporary tables
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 9f1e3713226..63e77a9e30b 100644 --- a/.bzrignore +++ b/.bzrignore @@ -308,3 +308,16 @@ bdb/include/mutex_ext.h mit-pthreads/syscall.S mit-pthreads/config.flags stamp-h.in +mit-pthreads/include/bits +mit-pthreads/include/pthread/machdep.h +mit-pthreads/include/pthread/posix.h +mit-pthreads/include/sys +mit-pthreads/machdep.c +mit-pthreads/pg++ +mit-pthreads/pgcc +sql-bench/innotest1 +sql-bench/innotest1a +sql-bench/innotest1b +sql-bench/innotest2 +sql-bench/innotest2a +sql-bench/innotest2b |