~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-07-18 18:55:10 UTC
  • mfrom: (177.1.5 drizzle)
  • Revision ID: brian@tangent.org-20080718185510-o5nnn7g5ub81llqr
Head merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
  check them before each query (and possibly reset counters when hour is
289
289
  changed). False otherwise.
290
290
*/
291
 
volatile bool mqh_used = 0;
292
291
bool opt_noacl;
293
292
 
294
293
ulong opt_binlog_rows_event_max_size;
4269
4268
  opt_secure_auth= 0;
4270
4269
  opt_secure_file_priv= 0;
4271
4270
  opt_bootstrap= opt_myisam_log= 0;
4272
 
  mqh_used= 0;
4273
4271
  segfaulted= kill_in_progress= 0;
4274
4272
  cleanup_done= 0;
4275
4273
  defaults_argc= 0;