~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/client.c

  • Committer: Brian Aker
  • Date: 2008-07-01 20:52:03 UTC
  • mfrom: (28.1.23 libtool-patch)
  • Revision ID: brian@tangent.org-20080701205203-3jm6ga57uzxy8k4t
Merge of taylor's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#include "mysql.h"
40
40
 
41
 
/* Windows lacks a netdb.h */
42
 
#ifdef __WIN__
43
 
#include <Ws2tcpip.h>
44
 
#else
45
41
#include <netdb.h>
46
 
#endif
47
42
 
48
43
/* Remove client convenience wrappers */
49
44
#undef max_allowed_packet