diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-06-17 14:01:56 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-06-17 14:01:56 +0300 |
commit | 2c259f0e8990b8cdce519a512a25944282553696 (patch) | |
tree | 9ead349288c3304a09a3a693d18bc043e585b162 /innobase/que | |
parent | 04bddf7532e508e63efa2c94c20a54a05c0f39b3 (diff) | |
download | mariadb-git-2c259f0e8990b8cdce519a512a25944282553696.tar.gz |
Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040316101802|63386
innobase/include/que0que.h:
Exclude
innobase/include/que0que.ic:
Exclude
innobase/que/que0que.c:
Exclude
Diffstat (limited to 'innobase/que')
-rw-r--r-- | innobase/que/que0que.c | 4 |
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. */ |