We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a013d28 commit c31dd4cCopy full SHA for c31dd4c
sql/sql_connect.cc
@@ -1004,7 +1004,7 @@ void do_handle_one_connection(THD *thd_arg)
1004
thd->thread_stack= (char*) &thd;
1005
}
1006
1007
-
+#endif /* EMBEDDED_LIBRARY */
1008
extern "C" uchar *get_key_table_stats(TABLE_STATS *table_stats, size_t *length,
1009
my_bool not_used __attribute__((unused)))
1010
{
@@ -1060,4 +1060,3 @@ void free_global_index_stats(void)
1060
1061
my_hash_free(&global_index_stats);
1062
1063
-#endif /* EMBEDDED_LIBRARY */
0 commit comments