[EMAIL PROTECTED] wrote:
Can you post the results of "SHOW CREATE TABLE pnr_segments", please

pnr_segments | CREATE TABLE `pnr_segments` (
 `ID` bigint(20) NOT NULL auto_increment,
 `ID_pnr` bigint(20) NOT NULL,
 `ID_pnr_fares` bigint(20) NOT NULL,
 `flight_number` int(10) unsigned NOT NULL,
 `flight_date` date NOT NULL,
 `origin` char(3) NOT NULL,
 `destination` char(3) NOT NULL,
 `weightedpercent` decimal(9,6) NOT NULL,
 `intended_origin` char(3) NOT NULL,
 `intended_destination` char(3) NOT NULL,
 PRIMARY KEY  (`ID`,`ID_pnr`),
) ENGINE=ndbcluster DEFAULT CHARSET=latin1


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to