diff options
author | serg@serg.mylan <> | 2004-03-25 11:22:01 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-03-25 11:22:01 +0100 |
commit | d8a9a8267bfb0e759a5fcda1cb2f3beba6c3c7ca (patch) | |
tree | 9fcb276a7665d2280d76dfc889316c975f1956c1 /BitKeeper/triggers | |
parent | 97091f38fe61413d2d1af060d3bf0f6d0ac76818 (diff) | |
download | mariadb-git-d8a9a8267bfb0e759a5fcda1cb2f3beba6c3c7ca.tar.gz |
shared IO_CACHE: protection against remove_io_share in a wrong time
bug#3134
Diffstat (limited to 'BitKeeper/triggers')
-rwxr-xr-x | BitKeeper/triggers/post-incoming | 3 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-outgoing | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/BitKeeper/triggers/post-incoming b/BitKeeper/triggers/post-incoming deleted file mode 100755 index f1ea2255de9..00000000000 --- a/BitKeeper/triggers/post-incoming +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -echo "Test: post-incoming works" diff --git a/BitKeeper/triggers/post-outgoing b/BitKeeper/triggers/post-outgoing deleted file mode 100755 index 3fc2cdbad67..00000000000 --- a/BitKeeper/triggers/post-outgoing +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -echo "Test: post-outgoing works" |