~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/docs/index.rst

  • Committer: Lee Bieber
  • Date: 2011-01-14 17:48:28 UTC
  • mfrom: (1994.4.35 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2086.
  • Revision ID: kalebral@gmail.com-20110114174828-7tnx7sgpjov3ir41
Merge Marisa - Document new data types and change in build file to treat warnings as errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Drizzle Protocol
2
 
==============
3
 
 
4
 
The Drizzle Protocol plugin allows Drizzle compatible clients to connect to Drizzle (currently this is identical to the MySQL Protocol).
5
 
 
6
 
Configuration
7
 
-------------
8
 
 
9
 
There are several server variables to control the Drizzle Protocol.
10
 
 
11
 
**drizzle-protocol.port** arg (=4427)
12
 
  The port number to use with Drizzle connections (0 is the same as 4427)
13
 
 
14
 
**drizzle-protocol.connect-timeout** arg (=10)
15
 
  Connection timeout in seconds
16
 
 
17
 
**drizzle-protocol.read-timeout** arg (=30)
18
 
  Port read timeout in seconds
19
 
 
20
 
**drizzle-protocol.write-timeout** arg (=60)
21
 
  Port write timeout in seconds
22
 
 
23
 
**drizzle-protocol.retry-count** arg (=10)
24
 
  Retry count for the read and write timeout before killing the connection
25
 
 
26
 
**drizzle-protocol.buffer-length** arg (=16384)
27
 
  Buffer length
28
 
 
29
 
**drizzle-protocol.bind-address** arg
30
 
  Address to bind to
31
 
 
32
 
**drizzle-protocol.max-connections** arg (=1000)
33
 
  Maximum simultaneous connections
34
 
 
35
 
**drizzle-protocol.admin-ip-addresses** arg
36
 
  A comma seprated list of IP addresses for admin tools to connect from