diff options
author | sasha@mysql.sashanet.com <> | 2001-04-10 20:56:54 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-04-10 20:56:54 -0600 |
commit | 102c1945eb20afcfc727ab9cec981f4b5204ed8c (patch) | |
tree | c052d8d91d91bacc775ebdfd8e299c23e4a6e100 /.bzrignore | |
parent | 54b9d367f9fd32e1c57b0abd53c6299fdafad81f (diff) | |
download | mariadb-git-102c1945eb20afcfc727ab9cec981f4b5204ed8c.tar.gz |
do not log the drop internal temporary tables into the binary log
mark killed partially completed updates with an error code in binlog
stop replication if the master reports a possible partial/killed update
test partially killed update
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 16606fdbf1a..719b30a518e 100644 --- a/.bzrignore +++ b/.bzrignore @@ -236,3 +236,11 @@ support-files/mysql.server support-files/mysql.spec tags tmp/* +bdb/btree/btree_auto.c +bdb/build_vxworks/db_int.h +bdb/build_win32/db_int.h +bdb/build_win32/include.tcl +bdb/build_win32/libdb.rc +bdb/db/crdel_auto.c +bdb/db/db_auto.c +bdb/dist/config.hin |