in clients --protocol should set the protocol used
Bug #629563 reported by
Andrew Hutchings
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Fix Released
|
Medium
|
Andrew Hutchings | ||
7.0 |
Fix Released
|
Medium
|
Andrew Hutchings |
Bug Description
at the moment in the client apps we have:
-m [ --mysql ] Use MySQL Protocol.
Which is used to switch between the MySQL Protocol and the Drizzle Protocol (currently broken, I have a branch which fixes it for the drizzle client).
--protocol arg The protocol of connection (tcp,socket,pipe,me
Which does absolutely sod-all.
I propose removing the --mysql option and changing it to:
--protocol=mysql (default)
--protocol=drizzle
--protocol=
Related branches
lp://staging/~linuxjedi/drizzle/drizzle-bug-629563
- Drizzle Merge Team: Pending requested
-
Diff: 434 lines (+124/-48)5 files modifiedclient/drizzle.cc (+33/-13)
client/drizzledump.cc (+22/-8)
client/drizzleimport.cc (+22/-8)
client/drizzleslap.cc (+24/-9)
client/drizzletest.cc (+23/-10)
To post a comment you must log in.