diff options
author | unknown <konstantin@mysql.com> | 2004-11-16 23:27:31 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-11-16 23:27:31 +0300 |
commit | a710ebb41347be2985027f279bc1533203be6ec9 (patch) | |
tree | 206c22c15bad80bcddffdce12f0a49f8cac157f3 /sql/item_func.cc | |
parent | 7d074100d34faca504e95e68bd89da4012cd9d4d (diff) | |
download | mariadb-git-a710ebb41347be2985027f279bc1533203be6ec9.tar.gz |
Fix comment.
sql/item_func.cc:
Fix comment (used_table_cache is completely different from
used_tables_cache :)
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r-- | sql/item_func.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc index bf85e5b378a..c07e9f23ea2 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -264,7 +264,7 @@ Item_func::Item_func(THD *thd, Item_func *item) Sets as a side effect the following class variables: maybe_null Set if any argument may return NULL with_sum_func Set if any of the arguments contains a sum function - used_table_cache Set to union of the arguments used table + used_tables_cache Set to union of the tables used by arguments str_value.charset If this is a string function, set this to the character set for the first argument. |