Hi, On Wed, 02 Dec 2015, Santiago Ruano Rincón wrote: > As an alternative to the no longer supported-by-upstream MySQL 5.1 in Squeeze, > the LTS Team is planning to provide *soon* packages for MySQL 5.5 as an > option. > However, the current phpmyadmin package in Squeeze is not fully compatible > with it, as you can see at [1]. So, before going any further with MySQL 5.5, > we > need to update it first. > > Would you like to fix this issue in phpmyadmin for squeeze lts?
Tested debdiff is attached. Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info/get/
diff -Nru phpmyadmin-3.3.7/debian/changelog phpmyadmin-3.3.7/debian/changelog --- phpmyadmin-3.3.7/debian/changelog 2015-10-28 20:23:58.000000000 +0100 +++ phpmyadmin-3.3.7/debian/changelog 2015-12-03 10:42:12.000000000 +0100 @@ -1,3 +1,11 @@ +phpmyadmin (4:3.3.7-10) squeeze-lts; urgency=medium + + * Non-maintainer upload of the Debian LTS team. + * Fix /usr/share/dbconfig-common/data/phpmyadmin/install/mysql to be + compatible with MySQL 5.5. + + -- Raphaël Hertzog <[email protected]> Thu, 03 Dec 2015 10:40:54 +0100 + phpmyadmin (4:3.3.7-9) squeeze-lts; urgency=high * Upload to Squeeze LTS. diff -Nru phpmyadmin-3.3.7/debian/sql/install/mysql phpmyadmin-3.3.7/debian/sql/install/mysql --- phpmyadmin-3.3.7/debian/sql/install/mysql 2012-01-22 12:17:52.000000000 +0100 +++ phpmyadmin-3.3.7/debian/sql/install/mysql 2015-12-03 10:40:34.000000000 +0100 @@ -74,7 +74,7 @@ `username` varchar(64) NOT NULL default '', `db` varchar(64) NOT NULL default '', `table` varchar(64) NOT NULL default '', - `timevalue` timestamp(14) NOT NULL, + `timevalue` timestamp NOT NULL, `sqlquery` text NOT NULL, PRIMARY KEY (`id`), KEY `username` (`username`,`db`,`table`,`timevalue`)
