| MySQL 5.6.14 Source Code Document
    | 
#include <row0merge.h>
| Public Attributes | |
| ulint | col_no | 
| ulint | prefix_len | 
Index field definition
Definition at line 94 of file row0merge.h.
| ulint index_field_t::col_no | 
column offset
Definition at line 95 of file row0merge.h.
| ulint index_field_t::prefix_len | 
column prefix length, or 0 if indexing the whole column
Definition at line 96 of file row0merge.h.