mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge jwinstead@production.mysql.com:my/mysql-4.1-10840
into mysql.com:/home/jimw/my/mysql-4.1-clean
This commit is contained in:
commit
60aef4ba97
1 changed files with 2 additions and 1 deletions
|
@ -989,7 +989,8 @@ static int read_lines(bool execute_commands)
|
|||
a nil, it still needs the space in the linebuffer for it. This is,
|
||||
naturally, undocumented.
|
||||
*/
|
||||
} while (linebuffer[0] <= linebuffer[1] + 1);
|
||||
} while ((unsigned char)linebuffer[0] <=
|
||||
(unsigned char)linebuffer[1] + 1);
|
||||
line= buffer.c_ptr();
|
||||
#endif /* __NETWARE__ */
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue