diff options
Diffstat (limited to 'client/my_readline.h')
-rw-r--r-- | client/my_readline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/my_readline.h b/client/my_readline.h index c9a0e863870..547587bc19d 100644 --- a/client/my_readline.h +++ b/client/my_readline.h @@ -26,6 +26,7 @@ typedef struct st_line_buffer uint bufread; /* Number of bytes to get with each read(). */ uint eof; ulong max_size; + ulong read_length; /* Length of last read string */ } LINE_BUFFER; extern LINE_BUFFER *batch_readline_init(ulong max_size,FILE *file); |