Mysql: check Innodb autoextend

2003-08-17 Thread Dmitry Kosoy
Hi, Is there any possibility to check existing of autoextend option for InnoDB ? I mean by any sql command and not by searching in my.ini file ? Regards, Dmitry -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

Re: Mysql: check Innodb autoextend

2003-08-17 Thread Paul DuBois
At 16:29 +0300 8/17/03, Dmitry Kosoy wrote: Hi, Is there any possibility to check existing of autoextend option for InnoDB ? I mean by any sql command and not by searching in my.ini file ? If you mean you want to find out the setting of the innodb_data_file_path variable, you can use this