1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Get rid of compilation warning.

This commit is contained in:
anozdrin/alik@station.
2007-10-08 17:59:23 +04:00
parent 128772ba1f
commit 2885d0df15

View File

@@ -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)