mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Get rid of compilation warning.
This commit is contained in:
@ -93,7 +93,9 @@ const char *xa_state_names[]={
|
|||||||
"NON-EXISTING", "ACTIVE", "IDLE", "PREPARED"
|
"NON-EXISTING", "ACTIVE", "IDLE", "PREPARED"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef EMBEDDED_LIBRARY
|
||||||
static bool do_command(THD *thd);
|
static bool do_command(THD *thd);
|
||||||
|
#endif // EMBEDDED_LIBRARY
|
||||||
|
|
||||||
#ifdef __WIN__
|
#ifdef __WIN__
|
||||||
static void test_signal(int sig_ptr)
|
static void test_signal(int sig_ptr)
|
||||||
|
Reference in New Issue
Block a user