summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/my_sys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index d11dc4a3e46..72d4bec74b1 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -259,6 +259,8 @@ extern char wild_many,wild_one,wild_prefix;
extern const char *charsets_dir;
extern char *defaults_extra_file;
+extern my_bool timed_mutexes;
+
typedef struct wild_file_pack /* Struct to hold info when selecting files */
{
uint wilds; /* How many wildcards */