Write new query log plugin
Bug #781971 reported by
Daniel Nichter
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Fix Released
|
Undecided
|
Daniel Nichter | ||
7.1 |
Fix Released
|
Undecided
|
Daniel Nichter |
Bug Description
A couple of weeks ago I proposed to rewrite the logging_query plugin: https:/
Related branches
lp://staging/~daniel-nichter/drizzle/query-log-plugin
- Mark Atwood: Approve
- Stewart Smith (community): Needs Information
- Drizzle Merge Team: Pending requested
-
Diff: 1624 lines (+1529/-0)18 files modifiedplugin/query_log/docs/index.rst (+181/-0)
plugin/query_log/event.h (+68/-0)
plugin/query_log/file.cc (+81/-0)
plugin/query_log/file.h (+89/-0)
plugin/query_log/module.cc (+287/-0)
plugin/query_log/plugin.ini (+8/-0)
plugin/query_log/query_log.cc (+149/-0)
plugin/query_log/query_log.h (+76/-0)
plugin/query_log/tests/check-query-log-attribute.pl (+134/-0)
plugin/query_log/tests/r/check_query_log_attribute.result (+14/-0)
plugin/query_log/tests/r/file.result (+164/-0)
plugin/query_log/tests/r/thresholds.result (+54/-0)
plugin/query_log/tests/samples/sample-event.log (+7/-0)
plugin/query_log/tests/t/check_query_log_attribute.test (+9/-0)
plugin/query_log/tests/t/file.test (+129/-0)
plugin/query_log/tests/t/master.opt (+1/-0)
plugin/query_log/tests/t/thresholds.test (+75/-0)
plugin/query_log/tests/zero-query-log-values.sh (+3/-0)
Changed in drizzle: | |
status: | New → In Progress |
assignee: | nobody → Daniel Nichter (daniel-percona) |
Changed in drizzle: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
The query_log code was merged and included in the https:/ /launchpad. net/drizzle/ fremont/ 2011-08- 15 release, so this "bug" is done.