Re: Innodb and tablespace

2003-03-12 Thread walt
Vincent Ferretti wrote: > I need help! > > I'm making some testing with innodb tables and there're some issues I > don't understand. > > I created a small tablespace of 10M: > >innodb_data_file_path = ibdata1:10M; > > Then I created this simple database: > >CREATE DATABASE trace_db; >u

Innodb and tablespace

2003-03-11 Thread Vincent Ferretti
I need help! I'm making some testing with innodb tables and there're some issues I don't understand. I created a small tablespace of 10M: innodb_data_file_path = ibdata1:10M; Then I created this simple database: CREATE DATABASE trace_db; use trace_db; CREATE TABLE chromatogram (