From 6a7ee5a5a540f2c69c8b56448e06098d368ecdb4 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 26 Mar 2015 17:16:37 +0100 Subject: encryption cleanup: small changes * comments * move my_bytes_to_key() and my_aes_hex2uint() into file_key_management_plugin * rename HA_INSERT_ORDER -> HA_PRESERVE_INSERT_ORDER * remove unused variables and declarations * fix casts * don't link innodb with pcre * remove redundant entries from aria's TARGET_LINK_LIBRARIES --- include/my_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/my_base.h') diff --git a/include/my_base.h b/include/my_base.h index 3f34adcef6d..b0a15a11dc8 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -355,7 +355,7 @@ enum ha_base_keytype { #define HA_CREATE_RELIES_ON_SQL_LAYER 128 #define HA_CREATE_INTERNAL_TABLE 256 #define HA_CREATE_ENCRYPTED 512 -#define HA_INSERT_ORDER 1024 +#define HA_PRESERVE_INSERT_ORDER 1024 /* Flags used by start_bulk_insert */ -- cgit v1.2.1