summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2009-10-26 13:38:17 +0200
committerMichael Widenius <monty@askmonty.org>2009-10-26 13:38:17 +0200
commitf3e3fe866bfaa14986db5bb6a10e5c130af69137 (patch)
treed160e72016d0b1ecff196e0eebb4eb5b1ace06b0 /sql/sql_select.cc
parent5bddbc44c6fed6e153f0e3c3a5e157ada454a617 (diff)
parentb9ea90b0640317295cbd50c826d319e26c73480f (diff)
downloadmariadb-git-f3e3fe866bfaa14986db5bb6a10e5c130af69137.tar.gz
Automatic merge with maria-merge
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r--sql/sql_select.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.cc b/sql/sql_select.cc
index 05ea8f8ad65..df707075f5f 100644
--- a/sql/sql_select.cc
+++ b/sql/sql_select.cc
@@ -11813,7 +11813,7 @@ join_read_const_table(JOIN_TAB *tab, POSITION *pos)
{
#if !defined(DBUG_OFF) && defined(NOT_USING_ITEM_EQUAL)
/*
- This test could be very usefull to find bugs in the optimizer
+ This test could be very useful to find bugs in the optimizer
where we would call this function with an expression that can't be
evaluated yet. We can't have this enabled by default as long as
have items like Item_equal, that doesn't report they are const but