summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-10-04 14:14:30 +0400
committerkonstantin@mysql.com <>2004-10-04 14:14:30 +0400
commit0cadd78db725a65bb6360f579ef6401261833f33 (patch)
tree3bed3c224d0662717d9b511c57742f0e4b54643b /sql/sql_class.h
parent534848558df08f3e0cfa9d126567d81ba332a764 (diff)
downloadmariadb-git-0cadd78db725a65bb6360f579ef6401261833f33.tar.gz
A couple of typos fixed.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 68d187168d3..fbbb7fc7383 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -1264,8 +1264,6 @@ public:
bool send_fields(List<Item> &list, uint flag) { return 0; };
bool send_data(List<Item> &items)=0;
bool send_eof() { return 0; };
-
- friend class Ttem_subselect;
};
/* Single value subselect interface class */