diff options
author | Monty <monty@mariadb.org> | 2019-05-08 23:39:29 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2019-05-23 01:20:18 +0300 |
commit | 043a3a0176e220e4648521b2e89881c5261e6dd4 (patch) | |
tree | 9dc6eb8ab7a8c136926d98ee4396abcde40c8c55 /.gitmodules | |
parent | 10e8ba13c66c9373d765b2dd7cc0159ce3191510 (diff) | |
download | mariadb-git-043a3a0176e220e4648521b2e89881c5261e6dd4.tar.gz |
Avoid not needed renames in ALTER TABLE
Removed not needed table renames when doing ALTER TABLE when engine
changes and both of the following is true:
- Either new or old engine does not store the table in files
- Neither old or new engine uses files from another engine
We also skip renames when ALTER TABLE does an explicit rename
This improves performance, especially for engines where rename is
a slow operation (like the upcoming S3 engine)
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions