Bugs: Browse | Submit New | Admin

[#12862] "sock" option is masked by dual use of "user"

Date:
2007-08-07 00:29
Priority:
3
Submitted By:
Chris Haupt (chaupt)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
"sock" option is masked by dual use of "user"

Detailed description
The socket command line flag (sock) is hidden by a duplicate entry for the username (user) flag in sqlup, line 33. I
think this:

  optional_flag 'user', :description => 'The mysql socket'


should be 

  optional_flag 'sock', :description => 'The mysql socket'

Not sure if you want patches...or just simple reports for right now.

Add A Comment: Notepad

Please login


Followup

Message
Date: 2007-08-08 03:03
Sender: Chris Haupt

The above bug is encountered with .13

Attached Files:

Name Description Download
fixsock.patch Patch to fix this, also checks to make sure -name is provided for rm Download

Changes:

Field Old Value Date By
summary"sock" option is masked by dual use of "user"2007-08-08 03:03chaupt
File Added2335: fixsock.patch2007-08-08 02:52chaupt
summary"sock" option is masked by dual use of "user"2007-08-08 02:52chaupt