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