diff options
author | marko@hundin.mysql.fi <> | 2004-03-12 15:56:29 +0200 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-03-12 15:56:29 +0200 |
commit | 7362b9a9eef314161c81ad7df3f8e78b892f2f6c (patch) | |
tree | e3c009aec247c08fa0d219a824e5107c37fbe371 /innobase/fsp/fsp0fsp.c | |
parent | e9e9ce659e24377e9f14780381672846b0aab864 (diff) | |
parent | c8d6a195dc3f3e5a175a448e992a07ede147fe44 (diff) | |
download | mariadb-git-7362b9a9eef314161c81ad7df3f8e78b892f2f6c.tar.gz |
Merge marko@build.mysql.com:/home/bk/mysql-4.0
into hundin.mysql.fi:/home/marko/l/mysql-4.0
Diffstat (limited to 'innobase/fsp/fsp0fsp.c')
-rw-r--r-- | innobase/fsp/fsp0fsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/fsp/fsp0fsp.c b/innobase/fsp/fsp0fsp.c index 2cb3ad43e7f..61114b93601 100644 --- a/innobase/fsp/fsp0fsp.c +++ b/innobase/fsp/fsp0fsp.c @@ -2940,7 +2940,7 @@ fseg_free_step( freed yet */ ut_a(descr); - ut_anp(xdes_get_bit(descr, XDES_FREE_BIT, buf_frame_get_page_no(header) + ut_a(xdes_get_bit(descr, XDES_FREE_BIT, buf_frame_get_page_no(header) % FSP_EXTENT_SIZE, mtr) == FALSE); inode = fseg_inode_get(header, mtr); |