From 2247a2ab81708fba82ae3839b48d5fc788f96f02 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 14 Sep 2006 11:37:33 +0200 Subject: Cset exclude: Kristofer.Pettersson@naruto.|ChangeSet|20060912122341|50740 myisam/mi_locking.c: Exclude mysql-test/r/windows.result: Exclude mysql-test/t/windows.test: Exclude --- myisam/mi_locking.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'myisam/mi_locking.c') diff --git a/myisam/mi_locking.c b/myisam/mi_locking.c index 4f8420d4b12..8d48c5242e5 100644 --- a/myisam/mi_locking.c +++ b/myisam/mi_locking.c @@ -223,18 +223,7 @@ int mi_lock_database(MI_INFO *info, int lock_type) default: break; /* Impossible */ } - } -#ifdef __WIN__ - else - { - /* - The file has been closed and kfile is -1. - See mi_extra.c about implementation of - HA_EXTRA_PREPARE_FOR_DELETE. - */ - error=HA_ERR_NO_SUCH_TABLE; } -#endif pthread_mutex_unlock(&share->intern_lock); #if defined(FULL_LOG) || defined(_lint) lock_type|=(int) (flag << 8); /* Set bit to set if real lock */ -- cgit v1.2.1