~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

Merged in fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
ulong binlog_cache_size= 0;
315
315
ulong max_binlog_cache_size= 0;
316
316
uint32_t refresh_version;  /* Increments on each reload */
317
 
query_id_t global_query_id;
318
317
ulong aborted_threads;
319
318
ulong aborted_connects;
320
319
ulong specialflag= 0;
4252
4251
  protocol_version= PROTOCOL_VERSION;
4253
4252
  what_to_log= ~ (1L << (uint) COM_TIME);
4254
4253
  refresh_version= 1L;  /* Increments on each reload */
4255
 
  global_query_id= thread_id= 1L;
 
4254
  thread_id= 1;
4256
4255
  my_stpcpy(server_version, VERSION);
4257
4256
  myisam_recover_options_str= "OFF";
4258
4257
  myisam_stats_method_str= "nulls_unequal";