summaryrefslogtreecommitdiff
path: root/mysys/my_static.c
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-11-20 02:57:02 +0200
committermonty@donna.mysql.com <>2000-11-20 02:57:02 +0200
commit61fd6baf4b466e52192f68fec8e09aa9cca7ead4 (patch)
treed3f52866508b583c2d4549b66887b4b50aa9fe22 /mysys/my_static.c
parentb31d0768794e964852562c0ba307e6eea35f101b (diff)
downloadmariadb-git-61fd6baf4b466e52192f68fec8e09aa9cca7ead4.tar.gz
Bug fix for NATURAL JOIN, Split manual sections and more statistic variables
Diffstat (limited to 'mysys/my_static.c')
-rw-r--r--mysys/my_static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_static.c b/mysys/my_static.c
index db942d96db9..f1339877273 100644
--- a/mysys/my_static.c
+++ b/mysys/my_static.c
@@ -30,7 +30,7 @@
my_string home_dir=0,my_progname=0;
char NEAR curr_dir[FN_REFLEN]= {0},
NEAR home_dir_buff[FN_REFLEN]= {0};
-uint my_stream_opened=0,my_file_opened=0;
+ulong my_stream_opened=0,my_file_opened=0, my_tmp_file_created=0;
int NEAR my_umask=0664, NEAR my_umask_dir=0777;
#ifndef THREAD
int NEAR my_errno=0;