diff options
author | unknown <serg@serg.mysql.com> | 2003-03-14 20:22:06 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-03-14 20:22:06 +0100 |
commit | c03b4b725553d7b03e79aa8717bc23567863a12e (patch) | |
tree | d05e38fdd3fce8dc9bbd285703c8cfbfbbd9f157 /sql/sql_select.h | |
parent | a3883c67fca5059156e26fc033eecac1dbec4733 (diff) | |
download | mariadb-git-c03b4b725553d7b03e79aa8717bc23567863a12e.tar.gz |
cleanup
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index bb928846186..eb97a744745 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -174,7 +174,7 @@ class JOIN :public Sql_alloc Item_sum **sum_funcs; Procedure *procedure; Item *having; - Item *tmp_having; // To store Having when processed tenporary table + Item *tmp_having; // To store Having when processed temporary table uint select_options; select_result *result; TMP_TABLE_PARAM tmp_table_param; @@ -307,7 +307,6 @@ class store_key :public Sql_alloc { protected: Field *to_field; // Store data here - Field *key_field; // Copy of key field char *null_ptr; char err; public: |