summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-05-13 11:53:30 +0200
committerSergei Golubchik <sergii@pisem.net>2014-05-13 11:53:30 +0200
commitedf1fbd25b81ecb0d5636566b35fa2f7fb09b0b8 (patch)
treece67377af1b49c3b3f0fc093b7a12000e9d5744d /sql/sql_select.cc
parent1170a54060168d885cbf682836342d4fc4ccae1a (diff)
downloadmariadb-git-edf1fbd25b81ecb0d5636566b35fa2f7fb09b0b8.tar.gz
MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wrong executable bits
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r--sql/sql_select.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_select.cc b/sql/sql_select.cc
index b97cedb5b05..b88aed1f1bb 100644
--- a/sql/sql_select.cc
+++ b/sql/sql_select.cc
@@ -21094,7 +21094,7 @@ find_order_in_list(THD *thd, Item **ref_pointer_array, TABLE_LIST *tables,
Item *view_ref= NULL;
/*
If we have found field not by its alias in select list but by its
- original field name, we should additionaly check if we have conflict
+ original field name, we should additionally check if we have conflict
for this name (in case if we would perform lookup in all tables).
*/
if (resolution == RESOLVED_BEHIND_ALIAS && !order_item->fixed &&
@@ -22117,7 +22117,7 @@ change_to_use_tmp_fields(THD *thd, Item **ref_pointer_array,
We are replacing the argument of Item_func_set_user_var after its value
has been read. The argument's null_value should be set by now, so we
must set it explicitly for the replacement argument since the null_value
- may be read without any preceeding call to val_*().
+ may be read without any preceding call to val_*().
*/
new_field->update_null_value();
List<Item> list;