diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-03-17 16:28:16 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-03-17 16:28:16 +0200 |
commit | ab0034a78966f3e9f76cf332744fdc54ef10f8c1 (patch) | |
tree | de1adbfc20812788ab9b9ecf6165c9e1799b32de /libmariadb | |
parent | e61b99073f07f0ed1ae7f70b1cdf16dddebe554f (diff) | |
download | mariadb-git-ab0034a78966f3e9f76cf332744fdc54ef10f8c1.tar.gz |
MDEV-20370 Crash after OPTIMIZE TABLE on TEMPORARY TABLE
Temporary tables are typically short-lived, and temporary tables
are assumed to be accessed only by the thread that is handling
the owning connection. Hence, they must not be subject to
defragmenting.
ha_innobase::optimize(): Do not add temporary tables to
the defragment_table() queue.
Diffstat (limited to 'libmariadb')
0 files changed, 0 insertions, 0 deletions