~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:
335
335
ulong max_connections;
336
336
ulong max_connect_errors;
337
337
ulong thread_id=1L;
338
 
pid_t current_pid;
 
338
ulong current_pid;
339
339
ulong slow_launch_threads = 0;
340
340
ulong sync_binlog_period;
341
341
ulong expire_logs_days = 0;
4392
4392
/** Handle arguments for multiple key caches. */
4393
4393
 
4394
4394
extern "C" char **drizzle_getopt_value(const char *keyname, uint32_t key_length,
4395
 
                                       const struct my_option *option);
 
4395
                                      const struct my_option *option);
4396
4396
 
4397
4397
char**
4398
4398
drizzle_getopt_value(const char *keyname, uint32_t key_length,
4399
 
                    const struct my_option *option)
 
4399
                   const struct my_option *option)
4400
4400
{
4401
4401
  switch (option->id) {
4402
4402
  case OPT_KEY_BUFFER_SIZE: