Merge hfisk@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/home/harry/mysqlstuff/mysql-4.1
This commit is contained in:
commit
9456073f90
@ -2466,7 +2466,8 @@ fil_tablespace_deleted_or_being_deleted_in_mem(
|
|||||||
return(TRUE);
|
return(TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (version != -1LL && space->tablespace_version != version) {
|
if (version != ((ib_longlong)-1)
|
||||||
|
&& space->tablespace_version != version) {
|
||||||
mutex_exit(&(system->mutex));
|
mutex_exit(&(system->mutex));
|
||||||
|
|
||||||
return(TRUE);
|
return(TRUE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user