re: autoextend on innoDB tables RESOLVED

2002-12-10 Thread anders . nygard
>What version of MySQL do you use? autoextend is supported since >3.23.50 and 4.0.2 Ahaa, I am using 3.23.49 (came with rh7.3). Close but no cigar :) -- &ers - Anders Nygård - Before pos

re: autoextend on innoDB tables

2002-12-09 Thread Victoria Reznichenko
anders, Friday, December 06, 2002, 1:14:04 PM, you wrote: adnaxsds> In an attempt to use innoDB tables I added this to my 'my.cnf': adnaxsds> innodb_data_home_dir = adnaxsds> innodb_data_file_path = /var/mysql/admin/ibdata1:100M:autoextend adnaxsds> mysqld claimed this was an syntax error if I r

autoextend on innoDB tables

2002-12-06 Thread anders . nygard
Hello. In an attempt to use innoDB tables I added this to my 'my.cnf': innodb_data_home_dir = innodb_data_file_path = /var/mysql/admin/ibdata1:100M:autoextend mysqld claimed this was an syntax error if I removed 'autoextend' it works but I really want the autoextend capability. Any and all help