1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

fixes for opensolaris compilation failures

This commit is contained in:
Sergei Golubchik
2012-01-05 18:56:31 +01:00
parent d261734391
commit 506984181b
4 changed files with 13 additions and 3 deletions

View File

@@ -2147,4 +2147,14 @@ const char* _db_get_func_(void)
return cs->func;
}
#else
/*
* Dummy function, workaround for build failure on a platform where linking
* with an empty archive fails.
*/
int i_am_a_dummy_function() {
return 0;
}
#endif /* DBUG_OFF */