
5 Dec
2006
5 Dec
'06
8:44 a.m.
seems to be fixed in mysql 5.0.27 (on w2k) : -- phpMyAdmin SQL Dump <-- comp mode MYSQL40 -- version 2.10.0-dev -- Generation Time: Dec 05, 2006 at 02:41 PM -- Server version: 5.0.27 -- PHP Version: 5.1.4 -- Database: `abc` -- -- Table structure for table `sessions` -- CREATE TABLE `sessions` ( `sesskey` char(32) NOT NULL, `expiry` int(11) unsigned NOT NULL auto_increment, `value` longtext NOT NULL, PRIMARY KEY (`sesskey`), UNIQUE KEY `exp` (`expiry`) ) TYPE=MyISAM AUTO_INCREMENT=2 ; -- View this message in context: http://www.nabble.com/bug-in-MYSQL40-compatibility-mode-tf2760693.html#a7699... Sent from the phpmyadmin-devel mailing list archive at Nabble.com.