~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

Merge Revision revid:svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:6857 from MySQL InnoDB

Original revid:svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:6857

Original Authors: mmakela
Original commit message:
branches/zip: innodb_change_buffering: Correct the documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9430
9430
static DRIZZLE_SYSVAR_STR(change_buffering, innobase_change_buffering,
9431
9431
  PLUGIN_VAR_RQCMDARG,
9432
9432
  "Buffer changes to reduce random access: "
9433
 
  "OFF, ON, inserting, deleting, changing, or purging.",
 
9433
  "OFF, ON, none, inserts.",
9434
9434
  innodb_change_buffering_validate,
9435
9435
  innodb_change_buffering_update, NULL);
9436
9436