summaryrefslogtreecommitdiff
path: root/mysys/my_static.c
diff options
context:
space:
mode:
authorunknown <ram@gw.mysql.r18.ru>2005-01-26 18:37:49 +0400
committerunknown <ram@gw.mysql.r18.ru>2005-01-26 18:37:49 +0400
commit193650b8d9f88910d763c6c593912a4e83dd9643 (patch)
tree51a8f94f1d6792fca046a43eced50ab3b18e7c8f /mysys/my_static.c
parent86016aeb45cee7182a3de818d9598aa9ebafe568 (diff)
downloadmariadb-git-193650b8d9f88910d763c6c593912a4e83dd9643.tar.gz
timed_mutexes moved to include/my_sys.h and mysys/my_static.c
to avoid linking problems referring to the variable from .c programs.
Diffstat (limited to 'mysys/my_static.c')
-rw-r--r--mysys/my_static.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysys/my_static.c b/mysys/my_static.c
index 57d41676390..8207463ea50 100644
--- a/mysys/my_static.c
+++ b/mysys/my_static.c
@@ -25,6 +25,8 @@
#include "my_alarm.h"
#endif
+my_bool timed_mutexes= 0;
+
/* from my_init */
my_string home_dir=0,my_progname=0;
char NEAR curr_dir[FN_REFLEN]= {0},