• ramil/ram@mysql.com/ramil.myoffice.izhnet.ru's avatar
    Fix for · e62dbcf7
    bug #27715: mysqld --character-sets-dir buffer overflow
    bug ##26851: Mysql Client --pager Buffer Overflow
    
    Using strmov() to copy an argument may cause overflow 
    if the argument's length is bigger than the buffer:
    use strmake instead.
    Also, we have to encrease the error message buffer size to fit 
    the longest message.
    e62dbcf7
mysql.test 13.6 KB