diff options
Diffstat (limited to 'client/mysql.cc')
-rw-r--r-- | client/mysql.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index 65d520fe4b4..2dcfffdd3ac 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -1014,7 +1014,6 @@ static int read_and_execute(bool interactive) unsigned long clen; do { - line= my_cgets((char*)tmpbuf.ptr(), tmpbuf.alloced_length()-1, &clen); buffer.append(line, clen); /* if we got buffer fully filled than there is a chance that |