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
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 (