Cacti comes with a cacti.sql that creates the mysql tables needed for cacti. This script creates tables with TYPE=MyISAM. TYPE has been deprecated since mysql 4 and has been removed with 5.5 so that the script no longer imports. This is already fixed in cacti svn - so no need to notify upstream. Patch attached - changing TYPE to ENGINE.
Patch attached. . .to. . .what? :)
Created attachment 517261 [details] Patch
Awesome, fixed in rawhide, thanks!
For the record: The upstream fix was http://svn.cacti.net/viewvc?view=rev&revision=6293 This was first included in an upstream release in 0.8.7h.