summaryrefslogtreecommitdiff
path: root/storage/oqgraph
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2016-05-03 15:18:55 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2016-05-03 15:18:55 +0200
commit673efd064831e99384b5ed2250c399678e4625a7 (patch)
tree80aa75cd35663849ae8d89346253084a9d0e5b90 /storage/oqgraph
parent94cd0f6c9b3b04db67501ef29d470f32527ceda2 (diff)
downloadmariadb-git-673efd064831e99384b5ed2250c399678e4625a7.tar.gz
MDEV-10015 Fix oqgraph compilation on Windows
Diffstat (limited to 'storage/oqgraph')
-rw-r--r--storage/oqgraph/ha_oqgraph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/oqgraph/ha_oqgraph.cc b/storage/oqgraph/ha_oqgraph.cc
index 78a0079a5ab..de92da57b56 100644
--- a/storage/oqgraph/ha_oqgraph.cc
+++ b/storage/oqgraph/ha_oqgraph.cc
@@ -63,7 +63,7 @@
#ifdef VERBOSE_DEBUG
#else
#undef DBUG_PRINT
-#define DBUG_PRINT(x ...)
+#define DBUG_PRINT(x,y)
#endif
#ifdef RETAIN_INT_LATCH_COMPATIBILITY