Comment 1 for bug 1068210

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

A typo here:

 create table t1(s auto_increment primary key); should be create table t1(s int auto_increment primary key);