diff options
author | unknown <ram@gw.mysql.r18.ru> | 2005-01-26 18:37:49 +0400 |
---|---|---|
committer | unknown <ram@gw.mysql.r18.ru> | 2005-01-26 18:37:49 +0400 |
commit | 193650b8d9f88910d763c6c593912a4e83dd9643 (patch) | |
tree | 51a8f94f1d6792fca046a43eced50ab3b18e7c8f /mysys/my_static.c | |
parent | 86016aeb45cee7182a3de818d9598aa9ebafe568 (diff) | |
download | mariadb-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.c | 2 |
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}, |