Support for Motoroloa Coldfire with uCLinux?

2004-01-27 Thread HJ Frei
Hi, is there or will be a support for Coldfire Processors Platforms using uCLinux as OS ? thanks in advance Hans

alter table add primary key error.

2001-12-14 Thread hj
Mysql 2.23.45 win98. I create a table "user". FieldTypeNullKeyDefaultExtra idchar(10) userNamechar(20) I type " alter table user add primary key (id);". It work fine. "alter table user drop primary key;". Work fine. But "alter table user add primary key (userName)" didn