From fcc9f8b10cd2f497ff410b592808eedb3ee5f212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Fri, 5 Mar 2021 10:40:16 +0200 Subject: Remove unused HA_EXTRA_FAKE_START_STMT This is fixup for commit f06a0b5338694755842a58798bb3a9a40da78bfd. --- include/my_base.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/my_base.h') diff --git a/include/my_base.h b/include/my_base.h index 44af7b45075..767da14b4d6 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -1,5 +1,5 @@ /* Copyright (c) 2000, 2012, Oracle and/or its affiliates. - Copyright (c) 1995, 2018, MariaDB Corporation. + Copyright (c) 1995, 2021, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -213,9 +213,7 @@ enum ha_extra_function { /** Start writing rows during ALTER TABLE...ALGORITHM=COPY. */ HA_EXTRA_BEGIN_ALTER_COPY, /** Finish writing rows during ALTER TABLE...ALGORITHM=COPY. */ - HA_EXTRA_END_ALTER_COPY, - /** Fake the start of a statement after wsrep_load_data_splitting hack */ - HA_EXTRA_FAKE_START_STMT + HA_EXTRA_END_ALTER_COPY }; /* Compatible option, to be deleted in 6.0 */ -- cgit v1.2.1