diff options
author | Tor Didriksen <tor.didriksen@oracle.com> | 2011-12-02 15:16:39 +0100 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@oracle.com> | 2011-12-02 15:16:39 +0100 |
commit | bce2360f53eb238aba4196c4893bc0ecf560a6cd (patch) | |
tree | 997c5610c6e985b427e13c8acfe1167882acb782 /sql/sys_vars.h | |
parent | b522a6ce78bfe7bea3e52715c993c7d190159139 (diff) | |
download | mariadb-git-bce2360f53eb238aba4196c4893bc0ecf560a6cd.tar.gz |
Bug#11761576 post-push fix: HAVE_EXPLICIT_TEMPLATE_INSTANTIATION in header file broke Mac build
Diffstat (limited to 'sql/sys_vars.h')
-rw-r--r-- | sql/sys_vars.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sql/sys_vars.h b/sql/sys_vars.h index 98ff5f9fa02..bde48209251 100644 --- a/sql/sys_vars.h +++ b/sql/sys_vars.h @@ -1606,17 +1606,3 @@ public: {} virtual bool session_update(THD *thd, set_var *var); }; - -/**************************************************************************** - Used templates -****************************************************************************/ - -#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION -template class List<set_var_base>; -template class List_iterator_fast<set_var_base>; -template class Sys_var_unsigned<uint, GET_UINT, SHOW_INT>; -template class Sys_var_unsigned<ulong, GET_ULONG, SHOW_LONG>; -template class Sys_var_unsigned<ha_rows, GET_HA_ROWS, SHOW_HA_ROWS>; -template class Sys_var_unsigned<ulonglong, GET_ULL, SHOW_LONGLONG>; -#endif - |