~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

Removed some plugin loading cruft.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1268
1268
  /*
1269
1269
    Add server status variables to the dynamic list of
1270
1270
    status variables that is shown by SHOW STATUS.
1271
 
    Later, in plugin_init, and mysql_install_plugin
1272
 
    new entries could be added to that list.
 
1271
    Later, in plugin_init, new entries could be added to that list.
1273
1272
  */
1274
1273
  if (add_status_vars(status_vars))
1275
1274
    return 1; // an error was already reported