Commit d72c4a53 authored by unknown's avatar unknown

Merge hfisk@bk-internal.mysql.com:/home/bk/mysql-4.1

into mysql.com:/usr/home/harry/mysqlstuff/mysql-4.1
parents d7127358 71f5f563
...@@ -2466,7 +2466,8 @@ fil_tablespace_deleted_or_being_deleted_in_mem( ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment