diff options
author | monty@narttu.mysql.fi <> | 2003-05-27 18:40:37 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-05-27 18:40:37 +0300 |
commit | bdb66d24dda5d4293bc1f481966547208c569591 (patch) | |
tree | bc5052caf5ad47985df6d6862e6380f64e895fb2 /sql/opt_range.h | |
parent | 030df25b9a5e0aacb7a8550082552f3b5a440cb4 (diff) | |
download | mariadb-git-bdb66d24dda5d4293bc1f481966547208c569591.tar.gz |
ORDER BY optimization
Fixed new bug when reading field types
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r-- | sql/opt_range.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h index bc56fb99b4b..00736bfc22f 100644 --- a/sql/opt_range.h +++ b/sql/opt_range.h @@ -70,7 +70,7 @@ class QUICK_SELECT { public: bool next,dont_free; int error; - uint index,max_used_key_length; + uint index, max_used_key_length, used_key_parts; TABLE *head; handler *file; byte *record; |