summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2015-09-27 21:28:48 +0200
committerSergei Golubchik <serg@mariadb.org>2015-10-05 17:14:14 +0200
commitae2cdc17980301e95f218f69154818bc6a13975b (patch)
tree875271616fc26372cd9da3c627733b7403a1ac87 /sql/sql_base.cc
parent8ed5fde3e1d2f49d140c166ef1e142215f90f572 (diff)
downloadmariadb-git-ae2cdc17980301e95f218f69154818bc6a13975b.tar.gz
fix comments
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r--sql/sql_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc
index f4424deb7c1..add5532dfc6 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -8041,7 +8041,7 @@ void make_leaves_list(THD *thd, List<TABLE_LIST> &list, TABLE_LIST *tables,
from_clause Top-level list of table references in the FROM clause
tables Table list (select_lex->table_list)
leaves List of join table leaves list (select_lex->leaf_tables)
- refresh It is onle refresh for subquery
+ refresh It is only refresh for subquery
select_insert It is SELECT ... INSERT command
full_table_list a parameter to pass to the make_leaves_list function