
On Sat, Mar 3, 2012 at 6:53 PM, < phpmyadmin-devel-request@lists.sourceforge.net> wrote:
Send Phpmyadmin-devel mailing list submissions to phpmyadmin-devel@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel or, via email, send a message with subject or body 'help' to phpmyadmin-devel-request@lists.sourceforge.net
You can reach the person managing the list at phpmyadmin-devel-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of Phpmyadmin-devel digest..."
Today's Topics:
1. Re: Gsoc 2012 project idea (Madhura Jayaratne) 2. Re: Gsoc 2012 project idea (Marc Delisle) 3. Re: GSoC 2012 (Marc Delisle) 4. Gsoc 2012 project idea (Thilina Buddika Abeyrathna) 5. Re: Gsoc 2012 project idea (Marc Delisle) 6. Re: Automated Testing - GSoC Project Idea 2012 (yasitha pandithawatta)
----------------------------------------------------------------------
Message: 1 Date: Sat, 3 Mar 2012 17:21:46 +0530 From: Madhura Jayaratne <madhura.cj@gmail.com> Subject: Re: [Phpmyadmin-devel] Gsoc 2012 project idea To: phpmyadmin-devel@lists.sourceforge.net Message-ID: <CAC5h4aPr7hZS2iyDYqUs3c99V_VDvpRsc2nEH_4EKmEZhdFaag@mail.gmail.com
Content-Type: text/plain; charset="iso-8859-1"
On Sat, Mar 3, 2012 at 5:07 PM, Marc Delisle <marc@infomarc.info> wrote:
Le 2012-03-03 06:08, Madhura Jayaratne a ?crit :
On Sat, Mar 3, 2012 at 12:18 AM, Thilina Buddika Abeyrathna < thilinaabeyrathna@gmail.com> wrote:
Hi, yes I have red that page. And also I look the junior jobs. It mention that bug fixing and I have look at the bug list in sourceforge. There are lot of bugs. So if you can, please let me know if there are any bugs which is related to tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php. So it will help me to understand and familiar with those php files. Because that project idea mention those php file to refactoring.
-- Regards.
Thilina Buddika Abeyrathna, Department of Computer Engineering, Faculty Of Engineering, University of Peradeniya.
Hi Thilina,
Going through the bug tracker, I could not find any open bugs that are related to this area. However I found this feature request [1] which looks to be related.
May be you could talk with Marc on whether this one is still relevant and worth implementing and if so start working on it.
I believe it's still relevant but I'm not sure how to reproduce this problem.
-- Marc Delisle http://infomarc.info
May be with this.
CREATE TABLE IF NOT EXISTS `testbin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `bin` binary(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
INSERT INTO `testbin` (`id`, `bin`) VALUES (1,
'0b11010101011011110\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0');
-- Thanks and Regards,
Madhura Jayaratne