Skip to content

Commit c31dd4c

Browse files
xpchildxpchild
authored andcommitted
Fix the EMBEDDED compile problem
1 parent a013d28 commit c31dd4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/sql_connect.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ void do_handle_one_connection(THD *thd_arg)
10041004
thd->thread_stack= (char*) &thd;
10051005
}
10061006
}
1007-
1007+
#endif /* EMBEDDED_LIBRARY */
10081008
extern "C" uchar *get_key_table_stats(TABLE_STATS *table_stats, size_t *length,
10091009
my_bool not_used __attribute__((unused)))
10101010
{
@@ -1060,4 +1060,3 @@ void free_global_index_stats(void)
10601060
{
10611061
my_hash_free(&global_index_stats);
10621062
}
1063-
#endif /* EMBEDDED_LIBRARY */

0 commit comments

Comments
 (0)