~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-08-05 19:19:22 UTC
  • mfrom: (2367.2.15 client)
  • Revision ID: me@mark.atwood.name-20110805191922-lm7ein4fzhbdk4nz
mergeĀ lp:~olafvdspek/drizzle/client

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