Commit d2932da3 authored by harrison@mysql.com's avatar harrison@mysql.com

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

into mysql.com:/usr/home/harry/mysqlstuff/mysql-4.1
parents 672a7791 396f7ac8
......@@ -2466,7 +2466,8 @@ fil_tablespace_deleted_or_being_deleted_in_mem(
return(TRUE);
}
if (version != -1LL && space->tablespace_version != version) {
if (version != ((ib_longlong)-1)
&& space->tablespace_version != version) {
mutex_exit(&(system->mutex));
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