summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index d756b047ffe..957d8d26a7c 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -6315,6 +6315,11 @@ struct SORT_FIELD_ATTR
*/
bool maybe_null;
CHARSET_INFO *cs;
+
+ uint m_segment_size; //psergey-try:
+ uint m_n_weights; // psergey-try
+ std::vector<uchar> *space_xfrm;
+
uint pack_sort_string(uchar *to, const LEX_CSTRING &str,
CHARSET_INFO *cs) const;
int compare_packed_fixed_size_vals(uchar *a, size_t *a_len,