~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Jay Pipes
  • Date: 2009-03-20 10:06:30 UTC
  • mfrom: (950 drizzle)
  • mto: This revision was merged to the branch mainline in revision 957.
  • Revision ID: jpipes@serialcoder-20090320100630-ra870urs5tz2g1b4
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
extern bool opt_character_set_client_handshake;
142
142
extern bool volatile abort_loop, shutdown_in_progress;
143
143
extern uint32_t volatile thread_running, global_read_lock;
144
 
extern uint32_t connection_count;
145
144
extern bool opt_sql_bin_update;
146
145
extern bool opt_safe_user_create;
147
146
extern bool opt_no_mix_types;