diff options
author | unknown <konstantin@mysql.com> | 2004-10-04 14:14:30 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-10-04 14:14:30 +0400 |
commit | 48bf8259020f89a70c8f70d58f04c73bd6af0402 (patch) | |
tree | 3bed3c224d0662717d9b511c57742f0e4b54643b /sql/sql_class.h | |
parent | b3b26c05dc01045858ab5d36055812b92fee3690 (diff) | |
download | mariadb-git-48bf8259020f89a70c8f70d58f04c73bd6af0402.tar.gz |
A couple of typos fixed.
sql/item.cc:
A typo fixed in a comment, which is probably not valid any more
sql/sql_class.h:
no such class Ttem_subselect.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
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 */ |