summaryrefslogtreecommitdiff
path: root/innobase/fsp
diff options
context:
space:
mode:
authormarko@hundin.mysql.fi <>2004-03-13 22:48:00 +0200
committermarko@hundin.mysql.fi <>2004-03-13 22:48:00 +0200
commit9ed26f721dc5c0fcf10166dbae0463f0a5489d1c (patch)
tree61f1cdfa1fd7e1a5d6d8c6925730b71cec1f2e9d /innobase/fsp
parent9eede1c6bcb2736e9369286eb71682ebcdad9ceb (diff)
downloadmariadb-git-9ed26f721dc5c0fcf10166dbae0463f0a5489d1c.tar.gz
InnoDB: Replace ut_a(0) with ut_error
Diffstat (limited to 'innobase/fsp')
-rw-r--r--innobase/fsp/fsp0fsp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/innobase/fsp/fsp0fsp.c b/innobase/fsp/fsp0fsp.c
index de6e2a2a4c0..49885df07d7 100644
--- a/innobase/fsp/fsp0fsp.c
+++ b/innobase/fsp/fsp0fsp.c
@@ -1275,7 +1275,7 @@ fsp_alloc_free_page(
ut_print_buf(((byte*)descr) - 500, 1000);
- ut_a(0);
+ ut_error;
}
xdes_set_bit(descr, XDES_FREE_BIT, free, FALSE, mtr);
@@ -1359,7 +1359,7 @@ fsp_free_page(
return;
}
- ut_a(0);
+ ut_error;
}
if (xdes_get_bit(descr, XDES_FREE_BIT, page % FSP_EXTENT_SIZE, mtr)
@@ -1429,7 +1429,7 @@ fsp_free_extent(
ut_print_buf(((byte*)descr) - 500, 1000);
- ut_a(0);
+ ut_error;
}
xdes_init(descr, mtr);
@@ -2708,7 +2708,7 @@ fseg_free_page_low(
fprintf(stderr,
"InnoDB: If the InnoDB recovery crashes here, see section 6.1\n"
"InnoDB: of http://www.innodb.com/ibman.html about forcing recovery.\n");
- ut_a(0);
+ ut_error;
}
state = xdes_get_state(descr, mtr);
@@ -2798,7 +2798,7 @@ fseg_free_page_low(
fprintf(stderr,
"InnoDB: If the InnoDB recovery crashes here, see section 6.1\n"
"InnoDB: of http://www.innodb.com/ibman.html about forcing recovery.\n");
- ut_a(0);
+ ut_error;
}
not_full_n_used = mtr_read_ulint(seg_inode + FSEG_NOT_FULL_N_USED,