diff options
author | monty@tramp.mysql.fi <> | 2000-10-06 21:15:03 +0300 |
---|---|---|
committer | monty@tramp.mysql.fi <> | 2000-10-06 21:15:03 +0300 |
commit | 207548a836300dc280b17a99123a361ada00de1f (patch) | |
tree | 8ebcaf3db2393c7d413acc624301ee8971a5666e /include | |
parent | a434c8d2444a81e9b28708e5a735fcdc9484260d (diff) | |
download | mariadb-git-207548a836300dc280b17a99123a361ada00de1f.tar.gz |
DISTINCT optimization
Fixes when using column privileges
Manual updates
Diffstat (limited to 'include')
-rw-r--r-- | include/my_sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 77057ffa439..fd608599ba3 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -206,6 +206,7 @@ extern my_bool NEAR my_disable_locking,NEAR my_disable_async_io, NEAR my_disable_flush_key_blocks; extern char wild_many,wild_one,wild_prefix; extern const char *charsets_dir; +extern char *defaults_extra_file; typedef struct wild_file_pack /* Struct to hold info when selecting files */ { |