mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
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 | ||