diff options
author | monty@hundin.mysql.fi <> | 2001-06-01 19:38:47 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-06-01 19:38:47 +0300 |
commit | dd83beb76a2fa7a1954599361f7a348e7235242a (patch) | |
tree | 7baaa9eb6c30ec4f2e99bab83c968494d180ff6f /include | |
parent | 683a46a38bda21c1fce2504d9b84dd0db2064330 (diff) | |
download | mariadb-git-dd83beb76a2fa7a1954599361f7a348e7235242a.tar.gz |
Added --skip-symlinks
Don't force repair of tables that are not closed properly.
Diffstat (limited to 'include')
-rw-r--r-- | include/my_sys.h | 2 |
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; |