From dcdeb39480ecf048f3ce7886e498fb0eec646d60 Mon Sep 17 00:00:00 2001 From: Eugene Kosov Date: Wed, 1 Aug 2018 21:00:03 +0300 Subject: [PATCH] remove dead code found by @marko --- sql/structs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sql/structs.h b/sql/structs.h index 5cc392c33b7..1aa26eec4eb 100644 --- a/sql/structs.h +++ b/sql/structs.h @@ -148,9 +148,6 @@ typedef struct st_key { */ Index_statistics *collected_stats; - union { - int bdb_return_if_eq; - } handler; TABLE *table; LEX_CSTRING comment; /** reference to the list of options or NULL */