summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-06-01 09:14:59 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-06-01 09:14:59 +0300
commit77d8da57d744505838a7830afbc437e54cc03c50 (patch)
tree3c7ce417ece9fa900ca7797cfd6902ddfee0e21d /sql/ha_partition.h
parent26f9ff0a6006e2c473623a54612cbcbf77e02058 (diff)
parent950a2200603d5b4a8f7e978624f38a46bca896bc (diff)
downloadmariadb-git-77d8da57d744505838a7830afbc437e54cc03c50.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r--sql/ha_partition.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h
index 08b7d7cf8f2..240d71447ec 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, 2020, MariaDB Corporation.
+ Copyright (c) 2009, 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
@@ -522,10 +522,6 @@ public:
Meta data routines to CREATE, DROP, RENAME table and often used at
ALTER TABLE (update_create_info used from ALTER TABLE and SHOW ..).
- update_table_comment is used in SHOW TABLE commands to provide a
- chance for the handler to add any interesting comments to the table
- comments not provided by the users comment.
-
create_partitioning_metadata is called before opening a new handler object
with openfrm to call create. It is used to create any local handler
object needed in opening the object in openfrm
@@ -539,7 +535,6 @@ public:
const char *old_name, int action_flag)
override;
void update_create_info(HA_CREATE_INFO *create_info) override;
- char *update_table_comment(const char *comment) override;
int change_partitions(HA_CREATE_INFO *create_info, const char *path,
ulonglong * const copied, ulonglong * const deleted,
const uchar *pack_frm_data, size_t pack_frm_len)