From cbaa5aaf47736f582faf8a9ed32eae285608c9fa Mon Sep 17 00:00:00 2001 From: Peter Lieverdink Date: Thu, 1 Oct 2009 09:40:51 +1000 Subject: Typo fixes for "usefull" -> "useful". --- sql/sql_select.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_select.cc') diff --git a/sql/sql_select.cc b/sql/sql_select.cc index 014b63c057c..27c08847d1f 100644 --- a/sql/sql_select.cc +++ b/sql/sql_select.cc @@ -11812,7 +11812,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 -- cgit v1.2.1