diff options
author | marko@hundin.mysql.fi <> | 2004-03-13 22:48:00 +0200 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-03-13 22:48:00 +0200 |
commit | 9ed26f721dc5c0fcf10166dbae0463f0a5489d1c (patch) | |
tree | 61f1cdfa1fd7e1a5d6d8c6925730b71cec1f2e9d /innobase/btr | |
parent | 9eede1c6bcb2736e9369286eb71682ebcdad9ceb (diff) | |
download | mariadb-git-9ed26f721dc5c0fcf10166dbae0463f0a5489d1c.tar.gz |
InnoDB: Replace ut_a(0) with ut_error
Diffstat (limited to 'innobase/btr')
-rw-r--r-- | innobase/btr/btr0btr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/btr/btr0btr.c b/innobase/btr/btr0btr.c index 6c9bccb81e8..71be6d81d7c 100644 --- a/innobase/btr/btr0btr.c +++ b/innobase/btr/btr0btr.c @@ -402,7 +402,7 @@ btr_get_size( n += fseg_n_reserved_pages(seg_header, &dummy, &mtr); } else { - ut_a(0); + ut_error; } mtr_commit(&mtr); |