lp://staging/~linuxjedi/drizzle/drizzle-bug-621603
Created by
Andrew Hutchings
and last modified
- Get this branch:
- bzr branch lp://staging/~linuxjedi/drizzle/drizzle-bug-621603
Only
Andrew Hutchings
can upload to this branch. If you are
Andrew Hutchings
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Andrew Hutchings: Needs Fixing
- Drizzle Merge Team: Pending requested
-
Diff: 851 lines (+391/-15)18 files modifieddrizzled/session.cc (+2/-0)
drizzled/statistics_variables.h (+1/-0)
drizzled/status_helper.cc (+1/-1)
plugin/drizzle_protocol/drizzle_protocol.cc (+113/-0)
plugin/drizzle_protocol/drizzle_protocol.h (+6/-0)
plugin/drizzle_protocol/plugin.ini (+1/-1)
plugin/drizzle_protocol/table_function.h (+57/-0)
plugin/information_schema_dictionary/tests/r/tables.result (+8/-0)
plugin/mysql_protocol/mysql_protocol.cc (+111/-1)
plugin/mysql_protocol/mysql_protocol.h (+7/-0)
plugin/mysql_protocol/plugin.ini (+1/-1)
plugin/mysql_protocol/table_function.h (+52/-0)
plugin/schema_dictionary/tests/r/data_dictionary.result (+17/-1)
plugin/session_dictionary/processlist.cc (+2/-2)
plugin/session_dictionary/tests/r/data_dictionary.result (+2/-2)
tests/r/create.result (+4/-4)
tests/r/data_dictionary_like_info.result (+1/-1)
tests/r/information_schema.result (+5/-1)
Related bugs
Bug #621603: Connections status variable off by one | Low | Fix Released | |
Bug #621947: show processlist filldown | Low | Fix Released | |
Bug #628284: --mysql option broken | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1735. By LinuxJedi <linuxjedi@linuxjedi-laptop>
-
Fix table function header (I hate that my compiler didn't cry about this)
- 1732. By LinuxJedi <linuxjedi@linuxjedi-laptop>
-
Add data_dictionary table for drizzle protocol status
- 1731. By LinuxJedi <linuxjedi@linuxjedi-laptop>
-
Add drizzle protocol back to drizzle client (using --mysql=0)
- 1730. By LinuxJedi <linuxjedi@linuxjedi-laptop>
-
Add a data_dictionary table for the MySQL protocol plugin
- 1728. By LinuxJedi <linuxjedi@linuxjedi-laptop>
-
Stop processist from filling state down in empty states by accepting NULL.
- 1727. By LinuxJedi <linuxjedi@linuxjedi-laptop>
-
Make processlist STATE and INFO nullable since we give them null states. Stops filldown of erronous data
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~drizzle-trunk/drizzle/development