MySQL 5.1.34 and Innodb
Thursday, June 18th, 2009I don't remember having to do this before, but I had compiled MySQL 5.1.34 recently on my dev box (os x) and I saw a warning on a create table statement. It turns out InnoDB was not enabled (or even listed in the list of storage engines. Before: mysql> show engines; +------------+---------+-----------------------------------------------------------+--------------+------+------------+ | ...