~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/slave.cc

  • Committer: Monty Taylor
  • Date: 2008-07-11 16:06:20 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711160620-eni0gu3pqd2fgc6s
One last bunch of warnings edits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1512
1512
    return(packet_error);
1513
1513
 
1514
1514
  len = cli_safe_read(mysql);
1515
 
  if (len == packet_error || (long) len < 1)
 
1515
  if (len == packet_error || (int32_t) len < 1)
1516
1516
  {
1517
1517
    if (mysql_errno(mysql) == ER_NET_READ_INTERRUPTED)
1518
1518
    {