24 Apr
2017
24 Apr
'17
12:06 a.m.
Yes, the default engine for tables is innodb as evidenced by default_storage_engine, so, those are not using MyISAM. The default_tmp_storage_engine defaults to nothing, so, according to the doc, this means it uses default_storage_engine, which means innodb again
according to *which* documentation? https://mariadb.com/kb/en/mariadb/aria-system-variables/#aria_used_for_temp_...