Commit 446554a1 authored by Sergei Golubchik's avatar Sergei Golubchik

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
parent b2ce6e3c
...@@ -250,7 +250,6 @@ innobase_get_at_most_n_mbchars( ...@@ -250,7 +250,6 @@ innobase_get_at_most_n_mbchars(
/*************************************************************//** /*************************************************************//**
InnoDB index push-down condition check InnoDB index push-down condition check
@return ICP_NO_MATCH, ICP_MATCH, or ICP_OUT_OF_RANGE */ @return ICP_NO_MATCH, ICP_MATCH, or ICP_OUT_OF_RANGE */
UNIV_INTERN
enum icp_result enum icp_result
handler_index_cond_check( handler_index_cond_check(
/*================*/ /*================*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment