~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sys_var.cc

  • Committer: Lee Bieber
  • Date: 2011-02-11 20:30:05 UTC
  • mfrom: (2157.1.3 build)
  • Revision ID: kalebral@gmail.com-20110211203005-757o1y2yf78dxzqr
Merge Stewart - 716848: drizzleimport displays wrong program_name
Merge Stewart - update README file
Merge Andrew and Joe - Exposes the InnoDB SYS_REPLICATION_LOG to data_dictionary so that it is fast and fixes many issues we have been having

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
static sys_var_session_size_t   sys_sort_buffer("sort_buffer_size",
213
213
                                                &drizzle_system_variables::sortbuff_size);
214
214
 
215
 
static sys_var_session_size_t sys_transaction_message_threshold("transaction_message_threshold",
216
 
                                                                &drizzle_system_variables::transaction_message_threshold);
 
215
static sys_var_size_t_ptr_readonly sys_transaction_message_threshold("transaction_message_threshold",
 
216
                                                                &transaction_message_threshold);
217
217
 
218
218
static sys_var_session_storage_engine sys_storage_engine("storage_engine",
219
219
                                       &drizzle_system_variables::storage_engine);