In Plex i get 17 warnings. Is this a real problem? and how can i fix it?
All these tables have a memory storage engine
Warning catalog_category_anc_categs_index_tmp The storage engine for the table doesn't support check
Warning catalog_category_anc_products_index_tmp The storage engine for the table doesn't support check
Warning catalog_category_product_index_enbl_tmp The storage engine for the table doesn't support check
Warning catalog_category_product_index_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_eav_decimal_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_eav_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_bundle_opt_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_bundle_sel_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_bundle_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_cfg_opt_agr_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_cfg_opt_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_downlod_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_final_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_opt_agr_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_opt_tmp The storage engine for the table doesn't support check
Warning catalog_product_index_price_tmp The storage engine for the table doesn't support check
Warning cataloginventory_stock_status_tmp The storage engine for the table doesn't support check
Solved! Go to Solution.
Memory database engine indeed doesn't support check. These lines are probably caused by some kind of automated check ran by boot-up or test and there's not much you can do about it (unless there's an option to exclude tables from check somewhere). You shouldn't worry about it either.
Memory database engine indeed doesn't support check. These lines are probably caused by some kind of automated check ran by boot-up or test and there's not much you can do about it (unless there's an option to exclude tables from check somewhere). You shouldn't worry about it either.
Thanks, that's one less problem