lp://staging/~oleksiyk/gearmand/mysql
Created by
Oleksiy Krivoshey
and last modified
Support for MySQL based persistent queue using libmysqlclient. Uses prepared statements.
Configuration:
$ gearmand -q MySQL --mysql-host <HOSTNAME> --mysql-db <DATABASE> --mysql-user <USER> --mysql-password <PASSWORD> --mysql-table <TABLE>
$ gearmand --help should show defaults for options above
- Get this branch:
- bzr branch lp://staging/~oleksiyk/gearmand/mysql
Only
Oleksiy Krivoshey
can upload to this branch. If you are
Oleksiy Krivoshey
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Brian Aker: Pending requested
-
Diff: 725 lines (+661/-0)8 files modifiedconfigure.ac (+4/-0)
libgearman-server/plugins.cc (+5/-0)
libgearman-server/plugins/queue.h (+2/-0)
libgearman-server/plugins/queue/include.am (+1/-0)
libgearman-server/plugins/queue/mysql/include.am (+19/-0)
libgearman-server/plugins/queue/mysql/queue.cc (+435/-0)
libgearman-server/plugins/queue/mysql/queue.h (+48/-0)
m4/ax_lib_mysql.m4 (+147/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/gearmand/1.0