~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/signal_handler.cc

  • Committer: Brian Aker
  • Date: 2010-08-09 16:50:51 UTC
  • mto: (1698.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1699.
  • Revision ID: brian@gaz-20100809165051-wd7cjrnjn65b3zdc
Use local key_Cache, global now goes away.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                    "will hopefully help diagnose\n"
117
117
                    "the problem, but since we have already crashed, "
118
118
                    "something is definitely wrong\nand this may fail.\n\n"));
119
 
  fprintf(stderr, "key_buffer_size=%u\n",
120
 
          (uint32_t) dflt_key_cache->key_cache_mem_size);
121
119
  fprintf(stderr, "read_buffer_size=%ld\n", (long) global_system_variables.read_buff_size);
122
120
  fprintf(stderr, "max_used_connections=%"PRIu64"\n", current_global_counters.max_used_connections);
123
121
  fprintf(stderr, "connection_count=%u\n", uint32_t(connection_count));