diff options
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r-- | myisam/myisamdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h index 25f2969a973..50320f1ecbd 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -193,7 +193,6 @@ typedef struct st_mi_isam_share { /* Shared between opens */ uint w_locks,r_locks,tot_locks; /* Number of read/write locks */ uint blocksize; /* blocksize of keyfile */ myf write_flag; - int rnd; /* rnd-counter */ enum data_file_type data_file_type; my_bool changed, /* If changed since lock */ global_changed, /* If changed since open */ |