diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-09-02 16:19:28 +0500 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-09-02 16:19:28 +0500 |
commit | 32c7efa6b420b09e00d42b99f29a790064694d3b (patch) | |
tree | 32a6ee72d3f68b14dab2d27bca907fa313df7f2e /INSTALL-SOURCE | |
parent | a00ba9ebea078f7dc12f7cd298782d1ada4bb4e9 (diff) | |
download | mariadb-git-32c7efa6b420b09e00d42b99f29a790064694d3b.tar.gz |
BUG#46483 - drop table of partitioned table may leave
extraneous file
Online/fast ALTER TABLE of a partitioned table may leave
temporary file in database directory.
Fixed by removing unnecessary call to
handler::ha_create_handler_files(), which was creating
partitioning definition file.
mysql-test/r/partition_innodb.result:
A test case for BUG#46483.
mysql-test/t/partition_innodb.test:
A test case for BUG#46483.
sql/unireg.cc:
Do not call ha_create_handler_files() when we were requested
to create only dot-frm file.
Diffstat (limited to 'INSTALL-SOURCE')
0 files changed, 0 insertions, 0 deletions