The last two days i started to get this error in MySQL 4.8 - Warning: Some non-transactional changed tables couldn't be rolled back
I have read some articles about this issue, and if i understand right, this error appears while you are trying to create any table with a type that does not supported by mysqld. Well, all the tables i have with MyISAM extension and this is right, coz i am using myISAM engine as default. I don`t remember am i ever created a table with another type or not? How can i check this and what should i do now to fix this error?
I have read some articles about this issue, and if i understand right, this error appears while you are trying to create any table with a type that does not supported by mysqld. Well, all the tables i have with MyISAM extension and this is right, coz i am using myISAM engine as default. I don`t remember am i ever created a table with another type or not? How can i check this and what should i do now to fix this error?