summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-07-05 08:15:57 +0300
committerbell@sanja.is.com.ua <>2002-07-05 08:15:57 +0300
commit984c84c2347395e5364100a2039b588bab0136f3 (patch)
tree828c75af54cd92587219ada890dabab524f0831c /sql/sql_lex.h
parent86a01b39ef94566c91678c090c12a8d45d48cb54 (diff)
downloadmariadb-git-984c84c2347395e5364100a2039b588bab0136f3.tar.gz
cleanup
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 470230c0999..af80b175cd3 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -236,7 +236,7 @@ private:
bool create_total_list_n_last_return(THD *thd, st_lex *lex,
TABLE_LIST ***result);
};
-typedef struct st_select_lex_unit SELECT_LEX_UNIT;
+typedef class st_select_lex_unit SELECT_LEX_UNIT;
/*
SELECT_LEX - store information of parsed SELECT_LEX statment
@@ -284,7 +284,7 @@ public:
friend void mysql_init_query(THD *thd);
};
-typedef struct st_select_lex SELECT_LEX;
+typedef class st_select_lex SELECT_LEX;
class Set_option :public Sql_alloc {
public: