1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-4297 mysql --binary-mode

backport mysql --binary-mode (bug#11747577, bug#33048)
This commit is contained in:
Sergei Golubchik
2013-06-10 21:45:30 +02:00
parent 16807b5856
commit 2db4392bf4
7 changed files with 445 additions and 72 deletions

View File

@@ -36,7 +36,7 @@ typedef struct st_line_buffer
extern LINE_BUFFER *batch_readline_init(ulong max_size,FILE *file);
extern LINE_BUFFER *batch_readline_command(LINE_BUFFER *buffer, char * str);
extern char *batch_readline(LINE_BUFFER *buffer);
extern char *batch_readline(LINE_BUFFER *buffer, bool binary_mode);
extern void batch_readline_end(LINE_BUFFER *buffer);
#endif /* CLIENT_MY_READLINE_INCLUDED */