summaryrefslogtreecommitdiff
path: root/innobase/que
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2004-06-17 14:01:56 +0300
committerheikki@hundin.mysql.fi <>2004-06-17 14:01:56 +0300
commitaf35718074ea017429ab7087391d4db61dffc4fe (patch)
tree9ead349288c3304a09a3a693d18bc043e585b162 /innobase/que
parent0e4d79c7484cea67da370d181e384ac32e9fb634 (diff)
downloadmariadb-git-af35718074ea017429ab7087391d4db61dffc4fe.tar.gz
Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040316101802|63386
Diffstat (limited to 'innobase/que')
-rw-r--r--innobase/que/que0que.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/innobase/que/que0que.c b/innobase/que/que0que.c
index b90a5eb3a61..70656c57837 100644
--- a/innobase/que/que0que.c
+++ b/innobase/que/que0que.c
@@ -1034,10 +1034,9 @@ que_thr_stop_for_mysql_no_error(
trx->n_active_thrs--;
}
-#ifdef UNIV_DEBUG
/**************************************************************************
Prints info of an SQL query graph node. */
-static
+
void
que_node_print_info(
/*================*/
@@ -1094,7 +1093,6 @@ que_node_print_info(
fprintf(stderr, "Node type %lu: %s, address %p\n", type, str, node);
}
-#endif /* UNIV_DEBUG */
/**************************************************************************
Performs an execution step on a query thread. */