~linuxjedi/libdrizzle/bootstrap-update-april-2013

« back to all changes in this revision

Viewing changes to libdrizzle/field.cc

  • Committer: Continuous Integration
  • Date: 2013-04-25 09:09:08 UTC
  • mfrom: (114.1.2 5.1-fixes)
  • Revision ID: ci@drizzle.org-20130425090908-gn5s2w32lt1nbheh
Merge lp:~linuxjedi/libdrizzle/5.1-fixes Build: jenkins-Libdrizzle-88

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
    }
286
286
    else
287
287
    {
288
 
      con->pop_state();
289
288
      con->push_state(drizzle_state_packet_read);
290
 
      con->push_state(drizzle_state_field_read);
291
289
    }
292
290
  }
293
291