| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Chris Boget | Date: | November 6 2003 5:52pm |
| Subject: | Re: Table Creation | ||
| View as plain text | |||
> What is wrong with this table creation > CREATE TABLE `spid_1__0` ( > `recordname` varchar(255) NOT NULL default '', > `data` enum NOT NULL, > PRIMARY KEY (`recordname`,`data`) > ) TYPE=MyISAM ROW_FORMAT=DYNAMIC; What is the specific error you are getting? W/o knowing that information, I would guess that the query is dying as you are not specifying the possible values for enum. But I could be mistaken. Chris
| Thread | ||
|---|---|---|
| • INNODB flush holdup | Nihal | 5 Nov |
| • Re: INNODB flush holdup | Matt W | 6 Nov |
| • RE: INNODB flush holdup | Nihal | 6 Nov |
| • Re: INNODB flush holdup | Jeremy Zawodny | 6 Nov |
| • RE: INNODB flush holdup | Nihal | 6 Nov |
| • Table Creation | Arnoldus Th.J. Koeleman | 6 Nov |
| • Re: Table Creation | Chris Boget | 6 Nov |
| • Re: Table Creation | Dan Nelson | 6 Nov |
| • Simple question about updating a table field | Admin-Stress | 6 Nov |
| • Re: Simple question about updating a table field | gerald_clark | 6 Nov |
