Shaukat Mahmood Ahmad <
wr...@sma.im> writes:
> Is there any way to block execution on ALTER TABLE query on custom /
> plugable storage engine?
in sql/handler.h:
#define HTON_ALTER_NOT_SUPPORTED (1 << 1) //Engine does not support alter
It's a flag in the handlerton. I can't remember when it came about, but
I reckon it's been there for a few releases.