summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-02-03 09:26:11 +0100
committerunknown <istruewing@chilla.local>2007-02-03 09:26:11 +0100
commitd3c1511a36f0c82f2aa707d74068d76fe84060bc (patch)
treedabd4f66602a7f23d86363d243af8e466b2b8e5d /sql
parent8a9c521bba06982bd3c534d0ef4a48262464a4ce (diff)
downloadmariadb-git-d3c1511a36f0c82f2aa707d74068d76fe84060bc.tar.gz
After merge fix
Diffstat (limited to 'sql')
-rw-r--r--sql/examples/ha_tina.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/sql/examples/ha_tina.cc b/sql/examples/ha_tina.cc
index 383feb60050..00f927aa7b7 100644
--- a/sql/examples/ha_tina.cc
+++ b/sql/examples/ha_tina.cc
@@ -276,17 +276,6 @@ bool tina_end()
return FALSE;
}
-bool tina_end()
-{
- if (tina_init)
- {
- hash_free(&tina_open_tables);
- VOID(pthread_mutex_destroy(&tina_mutex));
- }
- tina_init= 0;
- return FALSE;
-}
-
/*
Finds the end of a line.