~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client.c

  • Committer: Monty Taylor
  • Date: 2008-07-09 20:46:27 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 124.
  • Revision ID: monty@inaugust.com-20080709204627-l2pn8s1qk50ijrsm
More warnings cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1599
1599
  cli_read_statistics,                         /* read_statistics */
1600
1600
  cli_read_query_result,                       /* next_result */
1601
1601
  cli_read_change_user_result,                 /* read_change_user_result */
 
1602
#else
 
1603
  0,0,0,0,0
1602
1604
#endif
1603
1605
};
1604
1606