[Bug 33940] Re: mysql_setpermission broken

2012-08-16 Thread Bug Watch Updater
** Changed in: mysql-dfsg-5.0 (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/33940

Title:
  mysql_setpermission broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.0/+bug/33940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2008-02-25 Thread Chuck Short
It has been included.

Thanks
chuck

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: In Progress => Fix Released

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 33940] Re: mysql_setpermission broken

2008-02-04 Thread Mathias Gug

On Mon, Feb 04, 2008 at 01:39:04PM -, Chuck Short wrote:
> Looking at backporting the patch for hardy.
> 

I think MySQL has committed a patch in their tree. Thus it should be
fixed in 5.0.51 (which should be uploaded soon).

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2008-02-04 Thread Chuck Short
Looking at backporting the patch for hardy.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Triaged => In Progress

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-09-06 Thread Mathias Gug
Upstream has committed a patch that fixes this bug into their trees (4.1
and 5.0).

Could you have a look at integrating their patch ?

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: In Progress => Triaged

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-07-31 Thread Henri Cook
Sounds sensible

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-07-31 Thread Mathias Gug
Thanks for you patch.

Upstream has committed another patch which remove the option:
  Remove option 6 - trying to grant global privileges at the database
level does not work.  The spirit of the program appears to be aimed
at database privileges, so do not give the option of granting global
privileges as it may be unexpected.

 I think that what should be done is to grant privileges at the database
level, and don't grant any privilege at the global level.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Confirmed => In Progress

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-07-16 Thread ph8
The test case I used is visible at the mysql bug page
http://bugs.mysql.com/bug.php?id=14618

There's a lot of text but it's relatively simple step (the offending one
is towards the end so you might want to just skip straight there)
(Option Six)

The patch does involve changing the next of the option 6 command, which
may mean it does something other than what was originally intended, I
believe i've captured the original intentions but if you disagree let me
know

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-07-16 Thread Mathias Gug
Thanks for your patch.

Can you provide a simple test case to reproduce the problem ?

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Medium => Low

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-07-14 Thread ph8
Attached - I have only just joined the team so have no idea how to get
this into the distribution - anyone who has more info on how i'm meant
to do this would be most welcome to contact me.

To apply this patch for now:

cd /usr/bin
sudo patch -p0 < /path/to/mysql_setpermission.patch


Let me know if there's any problems,

ph8

** Attachment added: "mysql_setpermission was trying to set global privileges 
in a database-specific command, altered into two sub commands and adjusted menu 
items accordingly"
   http://launchpadlibrarian.net/8481184/mysql_setpermission.patch

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-07-14 Thread ph8
Problem confirmed, fix on the way

** Changed in: mysql-dfsg-5.0 (Ubuntu)
 Assignee: Ubuntu Server Team => ph8
   Status: New => Confirmed

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-06-22 Thread Mathias Gug
** Changed in: mysql-dfsg-5.0 (Ubuntu)
 Assignee: Adam Conrad => Ubuntu Server Team

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-04-02 Thread Martin Pitt
Does not affect 5.0 according to Debian bug.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Unconfirmed => Rejected

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33940] Re: mysql_setpermission broken

2007-04-02 Thread Martin Pitt
Whoops, upstream seems to disagree. Reopening.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Rejected => Unconfirmed

-- 
mysql_setpermission broken
https://bugs.launchpad.net/bugs/33940
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs