diff options
author | unknown <gshchepa/uchum@gleb.loc> | 2007-07-13 20:52:03 +0500 |
---|---|---|
committer | unknown <gshchepa/uchum@gleb.loc> | 2007-07-13 20:52:03 +0500 |
commit | ec8a6c77cb2ff50ef509bb01b8d4cb356fe17071 (patch) | |
tree | dbd68b76ccd2f2530e1026a54416981b2f43633e /sql/sql_class.h | |
parent | 22531a8e7b6f83d7059e703e52b5bcf78d0b1a73 (diff) | |
parent | fde9c7d5b8ce11a126e586b7cd216a0d1962d3b6 (diff) | |
download | mariadb-git-ec8a6c77cb2ff50ef509bb01b8d4cb356fe17071.tar.gz |
Merge gleb.loc:/home/uchum/work/bk/5.1
into gleb.loc:/home/uchum/work/bk/5.1-opt
sql/sql_class.h:
Auto merged
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 004c4aa4f5a..497b841e1fb 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -303,6 +303,7 @@ struct system_variables my_bool old_mode; my_bool query_cache_wlock_invalidate; my_bool engine_condition_pushdown; + my_bool keep_files_on_create; my_bool ndb_force_send; my_bool ndb_use_copying_alter_table; my_bool ndb_use_exact_count; |