~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2009-05-08 19:07:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1009.
  • Revision ID: mordred@inaugust.com-20090508190739-rwas5y9xjg1a92p6
Reverted a crap-ton of padraig's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2772
2772
  drizzled_user= drizzled_chroot= 0;
2773
2773
  my_bind_addr_str= NULL;
2774
2774
  memset(&global_status_var, 0, sizeof(global_status_var));
2775
 
  key_map_full.set();
 
2775
  key_map_full.set_all();
2776
2776
 
2777
2777
  /* Character sets */
2778
2778
  system_charset_info= &my_charset_utf8_general_ci;