~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-05-27 21:11:30 UTC
  • mto: This revision was merged to the branch mainline in revision 1040.
  • Revision ID: brian@gaz-20090527211130-10yq3d5gee3pwl9w
Remove lower case filename bits (aka we just lock into the most compatible
method, which is what we have been doing).

Removed a number of dead function endings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
uint32_t drizzled_port, test_flags, select_errors, dropping_tables, ha_open_options;
279
279
uint32_t drizzled_port_timeout;
280
280
uint32_t delay_key_write_options, protocol_version= PROTOCOL_VERSION;
281
 
uint32_t lower_case_table_names= 1;
282
281
uint32_t tc_heuristic_recover= 0;
283
282
uint64_t session_startup_options;
284
283
uint32_t back_log;
1493
1492
  }
1494
1493
  global_system_variables.lc_time_names= my_default_lc_time_names;
1495
1494
 
1496
 
  /* Reset table_alias_charset, now that lower_case_table_names is set. */
1497
 
  lower_case_table_names= 1; /* This we need to look at */
 
1495
  /* Reset table_alias_charset */
1498
1496
  table_alias_charset= files_charset_info;
1499
1497
 
1500
1498
  return 0;