~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/libdrizzle/constants.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-06 22:31:11 UTC
  • mfrom: (2386 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110806223111-irz1ie6xoy4q0prc
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 * @{
60
60
 */
61
61
 
62
 
/**
63
 
 * @todo Remove these with next major API change.
64
 
 */
65
 
#define DRIZZLE_RETURN_SERVER_GONE DRIZZLE_RETURN_LOST_CONNECTION
66
 
#define DRIZZLE_RETURN_EOF DRIZZLE_RETURN_LOST_CONNECTION
67
 
#define DRIZZLE_COLUMN_TYPE_VIRTUAL 17
68
 
 
69
62
/* Defines. */
70
63
#define DRIZZLE_DEFAULT_TCP_HOST         "127.0.0.1"
71
64
#define DRIZZLE_DEFAULT_TCP_PORT         4427