~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-03-19 20:23:03 UTC
  • mfrom: (942.1.11 mordred)
  • Revision ID: brian@tangent.org-20090319202303-rmt0u1ijqmjzso0t
Merge of Monty (which is of Stewart).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2410
2410
      "(only the first max_sort_length bytes of each value are used; the "
2411
2411
      "rest are ignored)."),
2412
2412
   (char**) &global_system_variables.max_sort_length,
2413
 
   (char**) &max_system_variables.max_sort_length, 0, GET_UINT,
 
2413
   (char**) &max_system_variables.max_sort_length, 0, GET_SIZE,
2414
2414
   REQUIRED_ARG, 1024, 4, 8192*1024L, 0, 1, 0},
2415
2415
  {"max_tmp_tables", OPT_MAX_TMP_TABLES,
2416
2416
   N_("Maximum number of temporary tables a client can keep open at a time."),