Re: Strange behaviour of mysql 4.0.18 with create table query

2004-05-02 Thread Paul DuBois
At 23:13 +0200 5/2/04, Alessandro Sappia wrote: When I create a table with InnoDB there is a strange behaviour in it: mysql> CREATE TABLE prometeo_indirizzi_cliente ( -> indirizzi_cliente_id int(10) unsigned NOT NULL auto_increment, -> denominazione_indirizzo_id int(10) unsigned default

Strange behaviour of mysql 4.0.18 with create table query

2004-05-02 Thread Alessandro Sappia
When I create a table with InnoDB there is a strange behaviour in it: mysql> CREATE TABLE prometeo_indirizzi_cliente ( -> indirizzi_cliente_id int(10) unsigned NOT NULL auto_increment, -> denominazione_indirizzo_id int(10) unsigned default NULL, -> cliente_id int(10) unsigned defa