diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-03-30 15:57:08 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-03-30 15:57:08 +0300 |
commit | 35425cfc55b461176f3e1c60d0435595b772ff3a (patch) | |
tree | 1f756f34d34a42dbbe791e707f2f271ef1fb86bd /sql/ha_partition.h | |
parent | bdba1d46bbf08044274cbb5a94a6cb395485c0af (diff) | |
download | mariadb-git-35425cfc55b461176f3e1c60d0435595b772ff3a.tar.gz |
Cleanup: Remove some unused functions
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 2fccc37ec1f..3e481d9d67c 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -3,7 +3,7 @@ /* Copyright (c) 2005, 2012, Oracle and/or its affiliates. - Copyright (c) 2009, 2021, MariaDB Corporation. + Copyright (c) 2009, 2022, 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 @@ -793,10 +793,6 @@ public: NOTE: This cannot be cached since it can depend on TRANSACTION ISOLATION LEVEL which is dynamic, see bug#39084. - HA_READ_RND_SAME: - Not currently used. (Means that the handler supports the rnd_same() call) - (MyISAM, HEAP) - HA_TABLE_SCAN_ON_INDEX: Used to avoid scanning full tables on an index. If this flag is set then the handler always has a primary key (hidden if not defined) and this |