~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-11-24 06:52:21 UTC
  • Revision ID: brian@tangent.org-20081124065221-tps3gwixhe53i4gn
Remove useless global variable (let plugins decide)

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
ulong binlog_cache_disk_use= 0;
335
335
ulong max_connections;
336
336
ulong max_connect_errors;
337
 
uint32_t  max_user_connections= 0;
338
337
ulong thread_id=1L;
339
338
ulong current_pid;
340
339
ulong slow_launch_threads = 0;