summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2000-11-04 15:48:06 +0100
committerunknown <serg@serg.mysql.com>2000-11-04 15:48:06 +0100
commit2122fc26030b3f96e940bb589a93d22d5c126219 (patch)
treed59c95d63a178310fb32651511ae825b9e9a8fb3 /sql/item_func.h
parent30cab562293df1c98d23266bd5863773f191309f (diff)
downloadmariadb-git-2122fc26030b3f96e940bb589a93d22d5c126219.tar.gz
fixed bug with FULLTEXT and ORDER BY
include/ft_global.h: fixed bug with ORDER BY sql/ha_myisam.cc: fixed bug with ORDER BY sql/item_func.cc: fixed bug with ORDER BY sql/item_func.h: fixed bug with ORDER BY sql/sql_select.cc: fixed bug with ORDER BY
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 9b696f75aa1..bc196dc58a5 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -863,5 +863,5 @@ public:
longlong val_int() { return val()!=0.0; }
bool fix_index();
- void init_search();
+ void init_search(bool no_order);
};