Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
10.0.30
-
Gentoo linux
4.9.13-hardened
2x AMD Opteron 6376
Xen 4.7.1-r8 dom0
Glibc 2.23-r3, GCC 4.9.4
Description
After upgrading MariaDB server from version 10.0.29 to version 10.0.30 i'm unable to reoganize partitions in my DB (table structure attached) with command:
LOCK TABLE scanner WRITE; |
alter table scanner reorganize partition pMAX INTO (partition p1492218001 values less than (1492218001), partition pMAX values less than MAXVALUE); |
mysqld.err shows:
170323 12:32:25 [ERROR] Could not rename table from ./dbname/scanner#P#p1490880727#TMP# to ./dbname/scanner#P#p1490880727 because destination db does not exist
|
170323 12:32:25 [ERROR] Could not rename table from ./dbname/scanner#P#pMAX#TMP# to ./dbname/scanner#P#pMAX because destination db does not exist
|
170323 12:32:25 [ERROR] Could not rename table from ./dbname/scanner#P#pMAX#TMP# to ./dbname/scanner#P#pMAX because destination db does not exist
|
170323 12:32:25 [ERROR] Failed to execute action for entry = 5 from ddl log
|
I'm a bit afraid this was introduced with https://github.com/MariaDB/server/commit/dc1c9e69d0
Downgrading to 10.0.29 helped.
Even dump and restore was a solution, but I would like to ommit dump/restore solution, there's a lot of DB and lot more data.
Any hints?
Attachments
Issue Links
- relates to
-
MDEV-18221 Failed to execute action for entry = ... from ddl log upon normal shutdown while running ALTER .. PARTITION
- Open