diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-06-16 19:01:22 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-06-16 19:01:22 +0200 |
commit | 97d610d69f46366fe1e9a3b8738d9bd4b8043eed (patch) | |
tree | d958819780d332342115ce892fe3b9f326757b83 /sql/sql_class.h | |
parent | 9b48499dc44ef8a7b1722a273f12a3198ec7784b (diff) | |
download | mariadb-git-97d610d69f46366fe1e9a3b8738d9bd4b8043eed.tar.gz |
--plugin_maturity command-line option
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 038dff7bcac..e9129983240 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -339,7 +339,6 @@ struct system_variables ulong read_rnd_buff_size; ulong div_precincrement; ulong sortbuff_size; - ulong thread_handling; ulong tx_isolation; ulong completion_type; /* Determines which non-standard SQL behaviour should be enabled */ |