--mysql option broken
Bug #628284 reported by
Andrew Hutchings
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Fix Released
|
High
|
Andrew Hutchings | ||
7.0 |
Fix Released
|
High
|
Andrew Hutchings |
Bug Description
The drizzle --mysql option should let you switch to/from using the mysql protocol. Currently it is hard-coded to use the mysql protocol and cannot be toggled.
Related branches
lp://staging/~linuxjedi/drizzle/drizzle-bug-621603
- 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)
To post a comment you must log in.