temporary tables on mariadb 10.2.8

Because since Mariadb 10.2.4 Information Schema TEMP_TABLES_INFO table was removed, how can I have information on temp tables (like verify if table exists and so on) ?

Answer Answered by Ian Gilfillan in this comment.

The Information Schema TEMP_TABLES_INFO imported from MySQL was quite limited - MDEV-12459 is looking at a better solution.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.