summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-06-01 19:38:47 +0300
committerunknown <monty@hundin.mysql.fi>2001-06-01 19:38:47 +0300
commit3b1a6ddfe8b0df58783af6e5fba9c788ae2bf360 (patch)
tree7baaa9eb6c30ec4f2e99bab83c968494d180ff6f /include
parent7c9175ec192db87db9924e414f5a02bbc921cc8b (diff)
downloadmariadb-git-3b1a6ddfe8b0df58783af6e5fba9c788ae2bf360.tar.gz
Added --skip-symlinks
Don't force repair of tables that are not closed properly. Docs/manual.texi: Added information about symbolic links. include/my_sys.h: symbolic link support myisam/mi_check.c: Don't force repair of tables that are not closed properly. myisam/myisamchk.c: Version number change. mysys/my_static.c: symbolic link support mysys/my_symlink2.c: Disabling of symbolic link support sql/mysqld.cc: Disabling of symbolic link support
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index d4b9ed8b54b..42f332bcee7 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -208,7 +208,7 @@ extern long lCurMemory,lMaxMemory; /* from safemalloc */
extern ulong my_default_record_cache_size;
extern my_bool NEAR my_disable_locking,NEAR my_disable_async_io,
- NEAR my_disable_flush_key_blocks;
+ NEAR my_disable_flush_key_blocks, NEAR my_disable_symlinks;
extern char wild_many,wild_one,wild_prefix;
extern const char *charsets_dir;
extern char *defaults_extra_file;