diff options
author | unknown <kostja@bodhi.(none)> | 2007-08-16 19:52:55 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-08-16 19:52:55 +0400 |
commit | 68977b8cb0acb719195e1f730e3ca7d18f07d0c3 (patch) | |
tree | 0ca73bf5cd80f4cfd898394ea13014f0620361c2 /sql/sql_lex.cc | |
parent | a2d800689172e4074ce8624b58ab254a44067880 (diff) | |
download | mariadb-git-68977b8cb0acb719195e1f730e3ca7d18f07d0c3.tar.gz |
Doxygen warnings.
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 8d13e3c7554..78b4f034f98 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1750,7 +1750,7 @@ void st_select_lex_unit::exclude_tree() 'last' should be reachable from this st_select_lex_node */ -void st_select_lex::mark_as_dependent(SELECT_LEX *last) +void st_select_lex::mark_as_dependent(st_select_lex *last) { /* Mark all selects from resolved to 1 before select where was @@ -2368,7 +2368,7 @@ st_lex::copy_db_to(char **p_db, size_t *p_db_length) const values - SELECT_LEX with initial values for counters */ -void st_select_lex_unit::set_limit(SELECT_LEX *sl) +void st_select_lex_unit::set_limit(st_select_lex *sl) { ha_rows select_limit_val; @@ -2898,7 +2898,7 @@ bool st_select_lex::add_index_hint (THD *thd, char *str, uint length) partitioning or if only partitions to add or to split. @note This needs to be outside of WITH_PARTITION_STORAGE_ENGINE since it - is used from the sql parser that doesn't have any #ifdef's + is used from the sql parser that doesn't have any ifdef's @retval TRUE Yes, it is part of a management partition command @retval FALSE No, not a management partition command |