#At file:///home/kgeorge/mysql/work/test-5.0-bugteam/ based on revid:joro@stripped
2845 Georgi Kodinov 2010-02-01
fixed a typo in bug #49897.
modified:
sql/sql_select.cc
=== modified file 'sql/sql_select.cc'
--- a/sql/sql_select.cc 2010-01-29 09:17:57 +0000
+++ b/sql/sql_select.cc 2010-02-01 11:40:16 +0000
@@ -531,7 +531,7 @@ JOIN::prepare(Item ***rref_pointer_array
there. Such fields don't contain any data to sort.
*/
if (!real_order &&
- (item->type() != Item::Item::FIELD_ITEM ||
+ (item->type() != Item::FIELD_ITEM ||
((Item_field *) item)->field->maybe_null() ||
((Item_field *) item)->field->sort_length()))
real_order= TRUE;
Attachment: [text/bzr-bundle] bzr/joro@sun.com-20100201114016-jylx4hivgqbs0vg2.bundle
| Thread |
|---|
| • bzr commit into mysql-5.0-bugteam branch (joro:2845) Bug#49897 | Georgi Kodinov | 1 Feb |