~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/srv/srv0srv.cc

  • Committer: Lee Bieber
  • Date: 2011-03-31 14:40:56 UTC
  • mfrom: (2242.1.133 drizzle-xtrabackup)
  • Revision ID: kalebral@gmail.com-20110331144056-hdhp6cj0zo1keuc9
Merge Stewart - xtrabackup port to drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
 
434
434
UNIV_INTERN ulong       srv_replication_delay           = 0;
435
435
 
 
436
UNIV_INTERN ibool srv_read_only = FALSE;
 
437
UNIV_INTERN ibool srv_fake_write = FALSE;
 
438
UNIV_INTERN ibool srv_apply_log_only = FALSE;
 
439
 
436
440
/*-------------------------------------------*/
437
441
UNIV_INTERN ulong       srv_n_spin_wait_rounds  = 30;
438
442
UNIV_INTERN ulong       srv_n_free_tickets_to_enter = 500;