[Phpmyadmin-devel] bug in MYSQL40 compatibility mode

Jürgen Wind jwind at gmx.de
Tue Dec 5 14:44:36 CET 2006


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#a7699446
Sent from the phpmyadmin-devel mailing list archive at Nabble.com.





More information about the Developers mailing list