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:
10
dbug/dbug.c
10
dbug/dbug.c
@@ -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 */
|
||||
|
Reference in New Issue
Block a user