summaryrefslogtreecommitdiff
path: root/innobase/que
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-11-07 02:30:34 +0200
committermonty@hundin.mysql.fi <>2001-11-07 02:30:34 +0200
commit30209c1d66ecc01ba38eee03c49e52a59f1148a9 (patch)
tree467eb97b1693dd5b30f6e2b3a1e88241fad6228c /innobase/que
parentf9a321af8a077ea7dc17a7964166738daab6db7e (diff)
downloadmariadb-git-30209c1d66ecc01ba38eee03c49e52a59f1148a9.tar.gz
Portability fix.
Fixed linking problem with InnoDB.
Diffstat (limited to 'innobase/que')
-rw-r--r--innobase/que/que0que.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/que/que0que.c b/innobase/que/que0que.c
index b43e8ea48bc..67f7b48187d 100644
--- a/innobase/que/que0que.c
+++ b/innobase/que/que0que.c
@@ -103,7 +103,7 @@ que_thr_add_update_info(
mach_write_to_8(thr->msg_buf + SESS_SRV_MSG_N_DELETES,
graph->n_deletes);
}
-#endif
+#endif
/***************************************************************************
Adds a query graph to the session's list of graphs. */