~oleksiyk/gearmand/mysql

« back to all changes in this revision

Viewing changes to libgearman-server/plugins.cc

  • Committer: Oleksiy Krivoshey
  • Date: 2012-02-13 16:16:01 UTC
  • Revision ID: oleksiyk@gmail.com-20120213161601-ukuwc9xwgfbolrd7
Initial commit for mysqlclient queue support (-q MySQL)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    queue::initialize_tokyocabinet();
79
79
  }
80
80
 
 
81
  if (HAVE_MYSQL)
 
82
  {
 
83
    queue::initialize_mysql();
 
84
  }
 
85
 
81
86
  gearmand::queue::load_options(all);
82
87
}
83
88