Thread Previous • Date Previous • Date Next • Thread Next |
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_tables
Thread Previous • Date Previous • Date Next • Thread Next |