[Bug 342227] Re: error when issuing mysqldumpslow

2011-03-24 Thread Martin
Would it be possible to make a backport for Hardy?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in Ubuntu.
https://bugs.launchpad.net/bugs/342227

Title:
  error when issuing mysqldumpslow

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 342227] Re: error when issuing mysqldumpslow

2009-05-06 Thread Roberto B.
I have same problem in
Ubuntu 9.4 with:

Package Name: mysql-client-5.0 
Version: 5.1.30really5.0.75-0ubuntu10

I fixed it following the instruction posted here.
Thanks

-- 
error when issuing mysqldumpslow
https://bugs.launchpad.net/bugs/342227
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 342227] Re: error when issuing mysqldumpslow

2009-04-18 Thread Frank Groeneveld
Same problem here, wonder why this trivial fix hasn't been applied yet.

-- 
error when issuing mysqldumpslow
https://bugs.launchpad.net/bugs/342227
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 342227] Re: error when issuing mysqldumpslow

2009-03-13 Thread Gustav H Meyer
Fix:

diff -u /usr/bin/mysqldumpslow.orig /usr/bin/mysqldumpslow
--- /usr/bin/mysqldumpslow.orig 2009-03-13 13:46:43.0 +0200
+++ /usr/bin/mysqldumpslow  2009-03-13 13:46:16.0 +0200
@@ -34,9 +34,9 @@
 $opt{'help'} and usage();

 unless (@ARGV) {
-my $defaults   = `my_print_defaults mysqld -c -c /etc/mysql/my.cnf`;
+my $defaults   = `my_print_defaults mysqld -c /etc/mysql/my.cnf`;
 my $basedir = ($defaults =~ m/--basedir=(.*)/)[0]
-   or die Can't determine basedir from 'my_print_defaults mysqld' -c -c 
/etc/mysql/my.cnf output: $defaults;
+   or die Can't determine basedir from 'my_print_defaults mysqld' -c 
/etc/mysql/my.cnf output: $defaults;
 warn basedir=$basedir\n if $opt{v};

 my $datadir = ($defaults =~ m/--datadir=(.*)/)[0];

-- 
error when issuing mysqldumpslow
https://bugs.launchpad.net/bugs/342227
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 342227] Re: error when issuing mysqldumpslow

2009-03-13 Thread Gustav H Meyer

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23821712/Dependencies.txt

-- 
error when issuing mysqldumpslow
https://bugs.launchpad.net/bugs/342227
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs