diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2013-09-04 15:37:33 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2013-09-04 15:37:33 +0400 |
commit | 69c386d9a69aa73418160fae3626762213f649cc (patch) | |
tree | 229d32a40bb5437ab0cd1121e1375a4f2feb74dd /sql/opt_qpf.h | |
parent | eeb671325723706bbd423e00982919333a9f54cc (diff) | |
download | mariadb-git-69c386d9a69aa73418160fae3626762213f649cc.tar.gz |
Code cleanup
Diffstat (limited to 'sql/opt_qpf.h')
-rw-r--r-- | sql/opt_qpf.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sql/opt_qpf.h b/sql/opt_qpf.h index 67f6b591e92..f8f0004c669 100644 --- a/sql/opt_qpf.h +++ b/sql/opt_qpf.h @@ -146,7 +146,6 @@ public: { union_members.append(select_no); } - void push_table_name(List<Item> *item_list); int print_explain(QPF_query *query, select_result_sink *output, uint8 explain_flags); @@ -231,6 +230,11 @@ private: }; +/* + Some of the tags have matching text. See extra_tag_text for text names, and + QPF_table_access::append_tag_name() for code to convert from tag form to text + form. +*/ enum Extra_tag { ET_none= 0, /* not-a-tag */ @@ -347,7 +351,6 @@ public: StringBuffer<64> mrr_type; // valid with ET_USING_JOIN_BUFFER - //StringBuffer<64> join_buffer_type; QPF_BKA_TYPE bka_type; //TABLE *firstmatch_table; |