• unknown's avatar
    A short fix and test case for Bug#5126 · ce91cbb8
    unknown authored
    "Mediumint and PS problem": just treat mediumint as long.
    
    
    libmysql/libmysql.c:
      A short fix for bug #5126 "Mediumint and PS problem": just
      treat mediumint as long, as it's sent just like long.
    tests/client_test.c:
      A test case for bug#5126
    ce91cbb8
client_test.c 265 KB