diff options
author | unknown <heikki@hundin.mysql.fi> | 2003-10-14 14:53:16 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2003-10-14 14:53:16 +0300 |
commit | d9709ffeb0be95c5f2ceb9c12525f2a958b86121 (patch) | |
tree | 3cf504e1ec2e788c5f42e09b9604498da048e7e2 /innobase/row/row0purge.c | |
parent | cec45b6acf218cc620f2f0abc97d788bc503af52 (diff) | |
download | mariadb-git-d9709ffeb0be95c5f2ceb9c12525f2a958b86121.tar.gz |
row0purge.c, row0mysql.c, os0file.c, os0file.h, fil0fil.h, fil0fil.c:
IMPORT TABLESPACE must reset lsns if they are too high
ha_innodb.cc:
DISCARD/IMPORT TABLESPACE must have a TL_WRITE lock on the table
sql/ha_innodb.cc:
DISCARD/IMPORT TABLESPACE must have a TL_WRITE lock on the table
innobase/fil/fil0fil.c:
IMPORT TABLESPACE must reset lsns if they are too high
innobase/include/fil0fil.h:
IMPORT TABLESPACE must reset lsns if they are too high
innobase/include/os0file.h:
IMPORT TABLESPACE must reset lsns if they are too high
innobase/os/os0file.c:
IMPORT TABLESPACE must reset lsns if they are too high
innobase/row/row0mysql.c:
IMPORT TABLESPACE must reset lsns if they are too high
innobase/row/row0purge.c:
IMPORT TABLESPACE must reset lsns if they are too high
Diffstat (limited to 'innobase/row/row0purge.c')
-rw-r--r-- | innobase/row/row0purge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/row/row0purge.c b/innobase/row/row0purge.c index 99332dc275d..a455722f15a 100644 --- a/innobase/row/row0purge.c +++ b/innobase/row/row0purge.c @@ -534,7 +534,7 @@ row_purge_parse_undo_rec( node->table = NULL; - return; + return(FALSE); } clust_index = dict_table_get_first_index(node->table); |