~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/libdrizzle/constants.rst

  • Committer: Brian Aker
  • Date: 2011-12-12 21:56:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2470.
  • Revision ID: brian@tangent.org-20111212215634-1ecdbeoitkmie1rw
Move from using 127.0.0.1, to localhost. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
:py:const:`#define DRIZZLE_COLUMN_TYPE_VIRTUAL 17`
11
11
 
12
 
:py:const:`#define DRIZZLE_DEFAULT_TCP_HOST "127.0.0.1"`
 
12
:py:const:`#define DRIZZLE_DEFAULT_TCP_HOST "localhost"`
13
13
 
14
14
:py:const:`#define DRIZZLE_DEFAULT_TCP_PORT 4427`
15
15