Hi all!

I've downloaded the binary distribution mysql-standard-4.0.9-gamma-sun-solaris2.9-sparc-64bit.tar.gz from www.mysql.org.

I have a couple of databases on this installation, with all tables of type MyISAM. However, on first start of mysqld the error log contains:

030226 12:39:48 mysqld started
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
030226 12:39:48 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
030226 12:39:49 InnoDB: Log file ./ib_logfile0 did not exist: new
to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
030226 12:39:49 InnoDB: Log file ./ib_logfile1 did not exist: new
to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
030226 12:39:50 InnoDB: Started
/nas/prod/app/mysql/mysql-standard-4.0.11-gamma-sun-solaris2.9-sparc-64bit/bin/mysqld:
ready for connections.
Version: '4.0.11-gamma-standard' socket: '/tmp/mysql.prod.sock' port: 26001
030226 13:53:30 mysqld restarted


The InnoDB files are created in the standard data directory; I did not configure any InnoDB Option, since we are not currently using InnoDB.

What's wrong? Why do I get InnoDB datafiles (ib_arch_log_0000000000, ib_logfile0, ib_logfile1, ibdata1) with only MyISAM Tables?

Thanks for your help!
Stephan


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to