summaryrefslogtreecommitdiff
path: root/innobase/que
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
commite9eb02398cb1883081117be0c4f3334d6634724e (patch)
tree401560f863f40679efd4eef0ce50202001d1fae0 /innobase/que
parent8dd15d3173e5587e527fc4ef82f6f055f2daf0e2 (diff)
parent1f7f2662b99b55082be807e224309395bedf6032 (diff)
downloadmariadb-git-e9eb02398cb1883081117be0c4f3334d6634724e.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/que')
-rw-r--r--innobase/que/que0que.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/innobase/que/que0que.c b/innobase/que/que0que.c
index 73af1dc70e2..279f9fc21aa 100644
--- a/innobase/que/que0que.c
+++ b/innobase/que/que0que.c
@@ -485,7 +485,7 @@ que_graph_free_recursive(
"que_thr struct appears corrupt; magic n %lu\n",
thr->magic_n);
mem_analyze_corruption((byte*)thr);
- ut_a(0);
+ ut_error;
}
thr->magic_n = QUE_THR_MAGIC_FREED;
@@ -597,7 +597,7 @@ que_graph_free_recursive(
"que_node struct appears corrupt; type %lu\n",
que_node_get_type(node));
mem_analyze_corruption((byte*)node);
- ut_a(0);
+ ut_error;
}
}
@@ -987,7 +987,7 @@ que_thr_move_to_run_state_for_mysql(
mem_analyze_corruption((byte*)thr);
- ut_a(0);
+ ut_error;
}
if (!thr->is_active) {
@@ -1023,7 +1023,7 @@ que_thr_stop_for_mysql_no_error(
mem_analyze_corruption((byte*)thr);
- ut_a(0);
+ ut_error;
}
thr->state = QUE_THR_COMPLETED;