Commit 5ec298dc authored by unknown's avatar unknown

Move misplaced #endif

parent 277d5db5
...@@ -7197,6 +7197,8 @@ static void print_ndbcluster_open_tables() ...@@ -7197,6 +7197,8 @@ static void print_ndbcluster_open_tables()
DBUG_UNLOCK_FILE; DBUG_UNLOCK_FILE;
} }
#endif
#define dbug_print_open_tables() \ #define dbug_print_open_tables() \
DBUG_EXECUTE("info", \ DBUG_EXECUTE("info", \
...@@ -7208,7 +7210,6 @@ static void print_ndbcluster_open_tables() ...@@ -7208,7 +7210,6 @@ static void print_ndbcluster_open_tables()
print_share((t), (s));); \ print_share((t), (s));); \
DBUG_UNLOCK_FILE; DBUG_UNLOCK_FILE;
#endif
#ifdef HAVE_NDB_BINLOG #ifdef HAVE_NDB_BINLOG
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment