summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2003-03-14 20:22:06 +0100
committerunknown <serg@serg.mysql.com>2003-03-14 20:22:06 +0100
commitc03b4b725553d7b03e79aa8717bc23567863a12e (patch)
treed05e38fdd3fce8dc9bbd285703c8cfbfbbd9f157 /sql/sql_select.h
parenta3883c67fca5059156e26fc033eecac1dbec4733 (diff)
downloadmariadb-git-c03b4b725553d7b03e79aa8717bc23567863a12e.tar.gz
cleanup
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h3
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: