~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/options.rst

  • Committer: Stewart Smith
  • Date: 2010-11-07 04:22:31 UTC
  • mto: (1911.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1912.
  • Revision ID: stewart@flamingspork.com-20101107042231-ola4sl7j0qvg58tz
fix ARCHIVE storage engine calling exit (lintian warning). Was because we were linking in libinternal into libazio, which links into archive plugin. Just link libinternal into the command line utilities.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _options:
2
 
 
3
1
Drizzled Options
4
2
================
5
3
 
264
262
 
265
263
  Each thread that does a sequential scan allocates a buffer of this size for
266
264
  each table it scans. If you do many sequential scans, you may want to
267
 
  increase this value.  Note that this only affect MyISAM.
 
265
  increase this value.
268
266
 
269
267
.. option:: --read-buffer-constraint arg (=0)
270
268