diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-12-17 10:56:26 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-12-17 10:56:26 +0100 |
commit | a058974440f7df7832f4bb9bf5d2783ca040fa66 (patch) | |
tree | d94290683a230f3829d8fc230729c948003b4c57 /sql/sql_insert.cc | |
parent | cd0970c4808b80f33516e9e47e0bb62dae1e6bd5 (diff) | |
download | mariadb-git-a058974440f7df7832f4bb9bf5d2783ca040fa66.tar.gz |
remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
Diffstat (limited to 'sql/sql_insert.cc')
-rw-r--r-- | sql/sql_insert.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index 71ad80dee64..61a7a56c413 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -4232,16 +4232,3 @@ void select_create::abort_result_set() DBUG_VOID_RETURN; } - -/***************************************************************************** - Instansiate templates -*****************************************************************************/ - -#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION -template class List_iterator_fast<List_item>; -#ifndef EMBEDDED_LIBRARY -template class I_List<Delayed_insert>; -template class I_List_iterator<Delayed_insert>; -template class I_List<delayed_row>; -#endif /* EMBEDDED_LIBRARY */ -#endif /* HAVE_EXPLICIT_TEMPLATE_INSTANTIATION */ |