fil0fil.c:
Visual C++ apparently does not know what -1LL (= -1 in longlong type) means innobase/fil/fil0fil.c: Visual C++ apparently does not know what -1LL (= -1 in longlong type) means
This commit is contained in:
parent
a14c1e411c
commit
59b62b8600
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user