Commit 8f0ccf78 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-4786 merge 10.0-monty -> 10.0

remove unused HA_BLOCK_CONST_TABLE
parent 62b658a4
......@@ -261,11 +261,6 @@ enum enum_alter_inplace_result {
*/
#define HA_CAN_EXPORT (1LL << 46)
/*
The handler don't want accesses to this table to
be const-table optimized
*/
#define HA_BLOCK_CONST_TABLE (1LL << 47)
/*
Set of all binlog flags. Currently only contain the capabilities
flags.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment