summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-03-03 22:22:02 +0300
committerAlexander Nozdrin <alik@sun.com>2010-03-03 22:22:02 +0300
commit0b1d317b232db27d04afc0f51eab4a019108fda4 (patch)
tree80f890fb98b57ee5ce2c2515d1d6d132809cddc7 /sql/sql_class.h
parent50608a0b4b2ff67bf368ccb92797f43b4e231292 (diff)
downloadmariadb-git-0b1d317b232db27d04afc0f51eab4a019108fda4.tar.gz
A follow-up on WL#5154 and WL#5182: remove forgotten options.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 538a8a42ef6..8ce3cee3c36 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -330,7 +330,6 @@ typedef struct system_variables
uint dynamic_variables_head; /* largest valid variable offset */
uint dynamic_variables_size; /* how many bytes are in use */
- ulonglong myisam_max_extra_sort_file_size;
ulonglong max_heap_table_size;
ulonglong tmp_table_size;
ulonglong long_query_time;