summaryrefslogtreecommitdiff
path: root/sql/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/structs.h')
-rw-r--r--sql/structs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/structs.h b/sql/structs.h
index 92f09385d6e..21aaf584925 100644
--- a/sql/structs.h
+++ b/sql/structs.h
@@ -135,7 +135,6 @@ typedef struct st_read_record { /* Parameter to read_record */
byte *cache,*cache_pos,*cache_end,*read_positions;
IO_CACHE *io_cache;
bool print_error, ignore_not_found_rows;
- bool first; /* used only with rr_index_read */
} READ_RECORD;