mariadb/innobase/sync
unknown 98f8091dbe sync0sync.c, sync0sync.h:
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"
2005-07-21 18:05:10 +02:00
..
Makefile.am InnoDB: Remove unused module sync0ipm 2004-05-17 11:11:26 +03:00
makefilewin InnoDB: Remove unused module sync0ipm 2004-05-17 11:11:26 +03:00
sync0arr.c Merge 2004-10-08 15:43:27 +03:00
sync0rw.c InnoDB: Exclude code from InnoDB Hot Backup builds 2005-02-04 16:25:13 +02:00
sync0sync.c sync0sync.c, sync0sync.h: 2005-07-21 18:05:10 +02:00