You have an installation of MySQL 8 on Oracle Linux. Consider the outputs:Mysql>SHOW GLOBAL VARIABLES
WHERE Varisble_name=’tmpdir ‘
OR Variable_name =’ tmp_table_size;
+------------------+-----------+
| Variable_name |Value |
+------------------------+-----+
|tmp_tabe_size | 16777216|
|tmpdir | /tmp |
+-------------------+----------+
Shell>cd/var/lib/mysql
Shell>ls -1|grep temp
Drwxr-x---.2 mysql mysql 4096 Dec 11 14:05 #innodb_temp
Which statement is true about disk temporary tables for this installation?