diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index c3565dd9b17..8c61243e3c5 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -93,7 +93,9 @@ const char *xa_state_names[]={ "NON-EXISTING", "ACTIVE", "IDLE", "PREPARED" }; +#ifndef EMBEDDED_LIBRARY static bool do_command(THD *thd); +#endif // EMBEDDED_LIBRARY #ifdef __WIN__ static void test_signal(int sig_ptr)