MySQL Temporary tables currently hard code memory Storage Engine

Created on 17 January 2015, about 10 years ago
Updated 30 January 2023, about 2 years ago

Currently the MySQL temporary table code explicitly specifies that the storage engine should be MEMORY. While this may commonly be the case, there are some reasons to use other storage engines instead (for example: TEXT/BLOB support; more efficient usage by providing true variable length storage).

From MySQL 5.6, it is also possible to change what temporary tables are created as:
http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysv...

πŸ“Œ Task
Status

Needs work

Version

10.1 ✨

Component
MySQL driverΒ  β†’

Last updated 4 days ago

Created by

πŸ‡¨πŸ‡¦Canada morgantocker

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024