1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

branches/zip: merge_index_field_struct: Remove the unused field col_type.

This commit is contained in:
marko
2007-08-08 08:49:33 +00:00
parent f2538af41a
commit 92f615ae30
2 changed files with 0 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ Created 13/06/2005 Jan Lindstrom
/* This structure holds index field definitions */
struct merge_index_field_struct {
ulint col_type; /* Column type */
ulint prefix_len; /* Prefix len */
char* field_name; /* Field name */
};