1. 26 Feb, 2009 5 commits
    • Bernt M. Johnsen's avatar
      Prepared for push (BUG#42567) · 2cca1991
      Bernt M. Johnsen authored
      2cca1991
    • Ramil Kalimullin's avatar
      Auto-merge · cd5744db
      Ramil Kalimullin authored
      cd5744db
    • Ramil Kalimullin's avatar
      Auto-merge · debb95ca
      Ramil Kalimullin authored
      debb95ca
    • Bernt M. Johnsen's avatar
      Merged from gca-branch (bug 43110) · 780a0aa0
      Bernt M. Johnsen authored
      780a0aa0
    • Ramil Kalimullin's avatar
      Fix for bug#19829:make test Failed in mysql_client_test · c9e1884c
      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.
      
      
      sql/protocol.cc:
        Fix for bug#19829:make test Failed in mysql_client_test 
        *with --with-charset=utf8*
          - limit field length sent to client to UINT_MAX32 as 
            it may exceeds 32 bit slot for LONG TEXT fields if
            thd_charset->mbmaxlen > 1.
      tests/mysql_client_test.c:
        Fix for bug#19829:make test Failed in mysql_client_test
        *with --with-charset=utf8*
          - checking field members have in mind that field length
            is limited to UINT_MAX32.
      c9e1884c
  2. 25 Feb, 2009 26 commits
  3. 24 Feb, 2009 9 commits