~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2010-03-01 05:38:54 UTC
  • mfrom: (1309.1.19 build)
  • Revision ID: brian@gaz-20100301053854-sojk4m6jc1yagk7s
MErge Strewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1763
1763
  {"table_open_cache", OPT_TABLE_OPEN_CACHE,
1764
1764
   N_("The number of cached open tables."),
1765
1765
   (char**) &table_cache_size, (char**) &table_cache_size, 0, GET_UINT64,
1766
 
   REQUIRED_ARG, TABLE_OPEN_CACHE_DEFAULT, 1, 512*1024L, 0, 1, 0},
 
1766
   REQUIRED_ARG, TABLE_OPEN_CACHE_DEFAULT, TABLE_OPEN_CACHE_MIN, 512*1024L, 0, 1, 0},
1767
1767
  {"table_lock_wait_timeout", OPT_TABLE_LOCK_WAIT_TIMEOUT,
1768
1768
   N_("Timeout in seconds to wait for a table level lock before returning an "
1769
1769
      "error. Used only if the connection has active cursors."),