summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-02-20 21:30:23 +0100
committerSergei Golubchik <sergii@pisem.net>2012-02-20 21:30:23 +0100
commit446554a15bd84f39ec4a8163e9f4456fa9be8fb2 (patch)
tree384dc5dc20989bb34be3afebf0bdbf25f9536c97
parentb2ce6e3cde1a8ee12cacf0ef82242c47f811d766 (diff)
downloadmariadb-git-446554a15bd84f39ec4a8163e9f4456fa9be8fb2.tar.gz
fix for
"relocation R_X86_64_PC32 against `handler_index_cond_check' can not be used when making a shared object; recompile with -fPIC" don't use visibility=hidden for external functions
-rw-r--r--storage/xtradb/include/ha_prototypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/xtradb/include/ha_prototypes.h b/storage/xtradb/include/ha_prototypes.h
index 28c28838400..df7d71af6cf 100644
--- a/storage/xtradb/include/ha_prototypes.h
+++ b/storage/xtradb/include/ha_prototypes.h
@@ -250,7 +250,6 @@ innobase_get_at_most_n_mbchars(
/*************************************************************//**
InnoDB index push-down condition check
@return ICP_NO_MATCH, ICP_MATCH, or ICP_OUT_OF_RANGE */
-UNIV_INTERN
enum icp_result
handler_index_cond_check(
/*================*/