summaryrefslogtreecommitdiff
path: root/innobase/sync
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-03-13 22:48:58 +0200
committerunknown <marko@hundin.mysql.fi>2004-03-13 22:48:58 +0200
commit4f27d6eb3fc8818e95c46399ac346d6afe8bb478 (patch)
tree401560f863f40679efd4eef0ce50202001d1fae0 /innobase/sync
parent2bc08cbe6badd64e265655e9ee63185a5e1777d9 (diff)
parent80a5f391744da20e7afce9406b29c7610c4cbc25 (diff)
downloadmariadb-git-4f27d6eb3fc8818e95c46399ac346d6afe8bb478.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/sync')
-rw-r--r--innobase/sync/sync0arr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/sync/sync0arr.c b/innobase/sync/sync0arr.c
index dbfac6ac086..67671299e3d 100644
--- a/innobase/sync/sync0arr.c
+++ b/innobase/sync/sync0arr.c
@@ -940,7 +940,7 @@ sync_array_print_long_waits(void)
"InnoDB: We intentionally crash the server, because it appears to be hung.\n"
);
- ut_a(0);
+ ut_error;
}
}