summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r--sql/ha_partition.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc
index 9dcd57a5f82..9ae2a7077c5 100644
--- a/sql/ha_partition.cc
+++ b/sql/ha_partition.cc
@@ -10202,19 +10202,6 @@ end:
}
-void ha_partition::notify_table_changed()
-{
- handler **file;
-
- DBUG_ENTER("ha_partition::notify_table_changed");
-
- for (file= m_file; *file; file++)
- (*file)->ha_notify_table_changed();
-
- DBUG_VOID_RETURN;
-}
-
-
uint ha_partition::min_of_the_max_uint(
uint (handler::*operator_func)(void) const) const
{