summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-07-02 15:03:49 +0300
committerunknown <bell@sanja.is.com.ua>2003-07-02 15:03:49 +0300
commit7db27aded20baf0e870b23b67225f52ec183a274 (patch)
treef9354d09333efdc801fb4908b9bff9fe59cad7e2
parenta03cf34f7f583c0611137403a8aa4c76df32c4bd (diff)
downloadmariadb-git-7db27aded20baf0e870b23b67225f52ec183a274.tar.gz
fixed typos
-rw-r--r--sql/item.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item.cc b/sql/item.cc
index 9b3e367ccff..072dec4e6a6 100644
--- a/sql/item.cc
+++ b/sql/item.cc
@@ -51,9 +51,9 @@ Item::Item():
thd->free_list= this;
loop_id= 0;
/*
- Item constractor can be called during execution other tnec SQL_COM
+ Item constructor can be called during execution other tnen SQL_COM
command => we should check thd->lex.current_select on zero (thd->lex
- can be uninitialized)
+ can be uninitialised)
*/
if (thd->lex.current_select &&
thd->lex.current_select->parsing_place == SELECT_LEX_NODE::SELECT_LIST)