diff options
author | Igor Babaev <igor@askmonty.org> | 2012-03-15 21:40:15 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2012-03-15 21:40:15 -0700 |
commit | 7b845f551b8f206c886366499e21b790991f5418 (patch) | |
tree | 177dfebab940f05af1e92161c93e6f46b7af5eb3 /sql/table.h | |
parent | e6578a345c807987cc6e7fb4e9504f03b36dfa00 (diff) | |
parent | 5338a28912589f1169b66b880a489ec5636bcd83 (diff) | |
download | mariadb-git-7b845f551b8f206c886366499e21b790991f5418.tar.gz |
Merge
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index 0d5d4fe26b4..09006ab778f 100644 --- a/sql/table.h +++ b/sql/table.h @@ -166,7 +166,7 @@ typedef struct st_filesort_info uchar *addon_buf; /* Pointer to a buffer if sorted with fields */ size_t addon_length; /* Length of the buffer */ struct st_sort_addon_field *addon_field; /* Pointer to the fields info */ - void (*unpack)(struct st_sort_addon_field *, uchar *); /* To unpack back */ + void (*unpack)(struct st_sort_addon_field *, uchar *, uchar *); /* To unpack back */ uchar *record_pointers; /* If sorted in memory */ ha_rows found_records; /* How many records in sort */ } FILESORT_INFO; |