~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-03-11 22:01:46 UTC
  • mto: This revision was merged to the branch mainline in revision 930.
  • Revision ID: brian@tangent.org-20090311220146-7qenr20k6v0970jq
Push thread count out to the scheduler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
extern ulong log_output_options;
145
145
extern bool opt_character_set_client_handshake;
146
146
extern bool volatile abort_loop, shutdown_in_progress;
147
 
extern uint32_t volatile thread_count, thread_running, global_read_lock;
 
147
extern uint32_t volatile thread_running, global_read_lock;
148
148
extern uint32_t connection_count;
149
149
extern bool opt_sql_bin_update;
150
150
extern bool opt_safe_user_create;