~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2010-10-25 20:36:07 UTC
  • mto: (1879.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1880.
  • Revision ID: mordred@inaugust.com-20101025203607-0xkv1xu0salvc6zd
Split out show_type into its own header and made sys_var work through
plugin.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
 
322
322
FILE *stderror_file=0;
323
323
 
324
 
struct system_variables global_system_variables;
325
 
struct system_variables max_system_variables;
 
324
struct drizzle_system_variables global_system_variables;
 
325
struct drizzle_system_variables max_system_variables;
326
326
struct global_counters current_global_counters;
327
327
 
328
328
const CHARSET_INFO *system_charset_info, *files_charset_info ;