~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to drizzled/main.cc

Turned on program_options for the kernel.

------------- This line and the following will be ignored --------------

removed:
  extra/my_print_defaults.cc
  tests/t/temp_table-master.opt
modified:
  client/drizzleslap.cc
  drizzled/drizzled.cc
  drizzled/drizzled.h
  drizzled/main.cc
  drizzled/module/loader.cc
  drizzled/plugin.h
  extra/include.am
  libdrizzle/include.am
  plugin/function_dictionary/tests/t/functions-master.opt
  tests/r/drizzledump.result
  tests/t/drizzledump.test
  tests/test-run.pl
unknown:
  mystrings/
  plugin/info_schema/
pending merges:
  Monty Taylor 2010-09-14 [merge] Bool fixes from Andrew.
    Andrew Hutchings 2010-09-14 Fix boolean options in drizzled
    Monty Taylor 2010-09-14 [merge] Merged trunk.
    Monty Taylor 2010-09-13 Fixed a silly quote thing.
    Monty Taylor 2010-09-13 Added in exception handling around duplicate opt...
    Monty Taylor 2010-09-13 Fixed temp_Table test.
    Monty Taylor 2010-09-13 Fixed plugin loading.
    Monty Taylor 2010-09-13 Fixed tmpdir and secure-file-priv.
    Monty Taylor 2010-09-13 Fix max_heap_table_size setting issue.
    Monty Taylor 2010-09-13 Set all of the max_system_variables values expli...
    Monty Taylor 2010-09-13 Removed my_print_defaults. Guess what - it's no ...
    Monty Taylor 2010-09-13 Removed get_one_option.
    Monty Taylor 2010-09-13 We've gotten further. Now things sometimes work,...
    Monty Taylor 2010-09-13 [merge] Merged fix from Andrew.
    Andrew Hutchings 2010-09-13 Hacky quick fix for mtaylor's problem:
    Monty Taylor 2010-09-13 Next step.

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
    server_id= 1;
257
257
  }
258
258
 
259
 
  if (init_server_components(modules, argc, argv))
 
259
  if (init_server_components(modules))
260
260
    unireg_abort(1);
261
261
 
262
262
  /**