1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed compilation error on windows

sql/sql_table.cc:
  Added comments
This commit is contained in:
unknown
2003-01-29 19:10:33 +02:00
parent 0458a92197
commit 9c89ce7b3a
2 changed files with 50 additions and 13 deletions

View File

@ -1382,8 +1382,10 @@ static void init_signals(void)
}
static void start_signal_handler(void)
{
}
{}
static void check_data_home(const char *path)
{}
#elif defined(__NETWARE__)
@ -1500,12 +1502,10 @@ static void init_signals(void)
}
static void start_signal_handler(void)
{
}
{}
static void check_data_home(const char *path)
{
}
{}
#else /* if ! __WIN__ && ! __EMX__ */
@ -1830,8 +1830,7 @@ extern "C" void *signal_hand(void *arg __attribute__((unused)))
}
static void check_data_home(const char *path)
{
}
{}
#endif /* __WIN__*/