summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-03-05 10:40:16 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-03-05 10:40:16 +0200
commitfcc9f8b10cd2f497ff410b592808eedb3ee5f212 (patch)
treef8f1b9541ea3a687c2697571c828fb3aaaa4814d /sql/ha_partition.cc
parent8bab5bb332aec671febbfc1b9c30c2b269c1d7d4 (diff)
downloadmariadb-git-fcc9f8b10cd2f497ff410b592808eedb3ee5f212.tar.gz
Remove unused HA_EXTRA_FAKE_START_STMT
This is fixup for commit f06a0b5338694755842a58798bb3a9a40da78bfd.
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r--sql/ha_partition.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc
index 9313282630f..4c4a62e7fc4 100644
--- a/sql/ha_partition.cc
+++ b/sql/ha_partition.cc
@@ -1,6 +1,6 @@
/*
Copyright (c) 2005, 2019, Oracle and/or its affiliates.
- Copyright (c) 2009, 2020, MariaDB
+ Copyright (c) 2009, 2021, MariaDB
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
@@ -9060,7 +9060,6 @@ int ha_partition::extra(enum ha_extra_function operation)
case HA_EXTRA_STARTING_ORDERED_INDEX_SCAN:
case HA_EXTRA_BEGIN_ALTER_COPY:
case HA_EXTRA_END_ALTER_COPY:
- case HA_EXTRA_FAKE_START_STMT:
DBUG_RETURN(loop_partitions(extra_cb, &operation));
default:
{