• Ramil Kalimullin's avatar
    Fix for bug#19829:make test Failed in mysql_client_test · c8e908ff
    Ramil Kalimullin authored
    *with --with-charset=utf8*
    
    Problem: wrong LONG TEXT field length is sent to a client 
    when multibyte server character set used.
    
    Fix: always limit field length sent to a client to 2^32,
    as we store it in 4 byte slot.
    
    Note: mysql_client_test changed accordingly.
    c8e908ff
mysql_client_test.c 450 KB