~jan-kneschke/mysql-proxy/threaded-io

Viewing all changes in revision 30.

  • Committer: Kay Roepke
  • Author(s): jkneschke
  • Date: 2007-06-29 12:03:23 UTC
  • Revision ID: kay@mysql.com-20070629120323-6nmngaaoy9u47jzb
fixed crash on fields > 250 bytes when the resultset is inspected

  guint64 u;
  char c = 0xfe;

  u = c;
  -> u is 0xffff ffff ffff fffe instead of 0x0...fe

-This line, and those below, will be ignored--

M    trunk/src/network-mysqld-proto.c
M    trunk/NEWS

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: