diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-25 17:18:15 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-25 17:18:15 +0200 |
commit | 8b480df63ec76963fd96d2e00b911a801b912591 (patch) | |
tree | 4bc43fd486fbbfef4e05977a2080c4e1dbb59da9 /sql/structs.h | |
parent | c0ba036b774b8e35567dccce421890d2199f30ce (diff) | |
parent | dbc0d576a3f402ae52423fe424ed0a68f49537ef (diff) | |
download | mariadb-git-8b480df63ec76963fd96d2e00b911a801b912591.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'sql/structs.h')
-rw-r--r-- | sql/structs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/structs.h b/sql/structs.h index 1eac31d8659..743dee66c57 100644 --- a/sql/structs.h +++ b/sql/structs.h @@ -164,9 +164,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 */ |