summaryrefslogtreecommitdiff
path: root/include/mysql/psi/mysql_table.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2020-01-24 00:44:48 +0400
committerMonty <monty@mariadb.org>2020-03-24 20:47:41 +0200
commitda82e75901644b0f9ea25b526e13b4db1c9c8e63 (patch)
treee5a03f17f61b65de06b21f6e1de3b9f7851f9195 /include/mysql/psi/mysql_table.h
parentbff79492c5f6c9669b9dc9bf2cf0483b3b001da7 (diff)
downloadmariadb-git-da82e75901644b0f9ea25b526e13b4db1c9c8e63.tar.gz
handler::rebind()
- rename PFS specific rebind_psi() to generic rebind() - call rebind independently of PFS compilation status - allow rebind() return an error
Diffstat (limited to 'include/mysql/psi/mysql_table.h')
-rw-r--r--include/mysql/psi/mysql_table.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mysql/psi/mysql_table.h b/include/mysql/psi/mysql_table.h
index 5bbe8cef929..a2124064510 100644
--- a/include/mysql/psi/mysql_table.h
+++ b/include/mysql/psi/mysql_table.h
@@ -43,7 +43,6 @@
#ifdef HAVE_PSI_TABLE_INTERFACE
#define MYSQL_UNBIND_TABLE(handler) (handler)->unbind_psi()
-#define MYSQL_REBIND_TABLE(handler) (handler)->rebind_psi()
#define PSI_CALL_unbind_table PSI_TABLE_CALL(unbind_table)
#define PSI_CALL_rebind_table PSI_TABLE_CALL(rebind_table)
@@ -54,7 +53,6 @@
#define PSI_CALL_drop_table_share PSI_TABLE_CALL(drop_table_share)
#else
#define MYSQL_UNBIND_TABLE(handler) do { } while(0)
-#define MYSQL_REBIND_TABLE(handler) do { } while(0)
#define PSI_CALL_unbind_table(A1) do { } while(0)
#define PSI_CALL_rebind_table(A1,A2,A3) NULL