mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
98f8091dbe
Declare 'mutex_list' and 'mutex_list_mutex' extern, to avoid link error on OS X and gcc flag "-fno-common" innobase/include/sync0sync.h: Use 'extern' variable declarations, to avoid "ld: multiple definitions of symbol" for 'mutex_list' and 'mutex_list_mutex' on OS X and gcc flag "-fno-common" innobase/sync/sync0sync.c: Use 'extern' variable declarations, to avoid "ld: multiple definitions of symbol" for 'mutex_list' and 'mutex_list_mutex' on OS X and gcc flag "-fno-common" |
||
---|---|---|
.. | ||
Makefile.am | ||
makefilewin | ||
sync0arr.c | ||
sync0rw.c | ||
sync0sync.c |