Hi,
The operations like 'Move', 'Copy', 'Rename' etc. on Table and Database fail on a Drizzle server.
The reason is we run a query 'SET SQL_MODE = NO_AUTO_VALUE_ON_ZERO' while performing these operations.
But, SQL_MODE variable is not present in Drizzle.
They have implicitly assumed it set by default as per discussion here :
https://lists.launchpad.net/drizzle-discuss/msg04101.html
https://bugs.launchpad.net/drizzle/+bug/314567
PR : https://github.com/phpmyadmin/phpmyadmin/pull/1775
Fixed with https://github.com/phpmyadmin/phpmyadmin/pull/1775