1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

cleanup: rename a flag, keep old name for compatibility

This commit is contained in:
Sergei Golubchik
2018-11-16 18:24:22 +01:00
parent 649465db41
commit 1823ce7304
3 changed files with 5 additions and 4 deletions

View File

@ -305,7 +305,8 @@ enum enum_alter_inplace_result {
#define HA_CAN_MULTISTEP_MERGE (1LL << 53)
/* calling cmp_ref() on the engine is expensive */
#define HA_CMP_REF_IS_EXPENSIVE (1ULL << 54)
#define HA_SLOW_CMP_REF (1ULL << 54)
#define HA_CMP_REF_IS_EXPENSIVE HA_SLOW_CMP_REF
/* bits in index_flags(index_number) for what you can do with index */