summaryrefslogtreecommitdiff
path: root/.bzrignore
diff options
context:
space:
mode:
authorunknown <tim@white.box>2001-07-24 12:23:17 -0400
committerunknown <tim@white.box>2001-07-24 12:23:17 -0400
commit22a5241f2836c3c9217bd59d6658259486e7fd27 (patch)
tree18791d54d6f1fcaf0985132031e33fa532ba0954 /.bzrignore
parent710fb9998b7a37ece5fc5e84a5a7accc84bb1850 (diff)
downloadmariadb-git-22a5241f2836c3c9217bd59d6658259486e7fd27.tar.gz
Add test case for update/replace bug in bdb.
Remove unused argument to ha_berkeley::remove_key(). mysql-test/r/bdb.result: Add test case for update/replace bug in bdb. BitKeeper/etc/ignore: Added .gdbinit .vimrc to the ignore list mysql-test/t/bdb.test: Add test case for update/replace bug in bdb. sql/ha_berkeley.cc: The packed_record argument to ha_berkeley::remove_key() was never used; remove it. sql/ha_berkeley.h: The packed_record argument to ha_berkeley::remove_key() was never used; remove it.
Diffstat (limited to '.bzrignore')
-rw-r--r--.bzrignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore
index 1683e4d7a22..e18c49af87c 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -289,3 +289,5 @@ tags
tmp/*
myisam/test1.MYD
myisam/test1.MYI
+.gdbinit
+.vimrc