I'm trying to get INNOBASE tables working with MySQL on FreeBSD and I've
run into something unusual.
Basically, when I create a table with "type = innobase" then do a stat on
the table, it returns a table type of MyISAM. I've verified that this is
what the table really is by looking for the appropriate files in the data
directory.
BDB tables, however, work fine.
This is with a mysqld created from the ports, with --with-innobase added
to the configure arguments, and from an independent compilation.
my current my.cnf consists of
[mysqld]
innobase_data_file_path = ibdata1:2000M
innobase_buffer_pool_size = 16M
The one thing I noticed is that the only place HAVE_INNOBASE_DB is defined
is in configure itself. in config.h, there's a commented out undef, but
everywere else it appears, it's in an #ifdef. Now, if I hack config.h so
that it actually defines it, I wind up with code that won't compile (pages
of undefined references).
So, can anyone tell me what I'm missing? I can produce the list of
errors, but it isn't pretty, and it isn't small.
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php