diff options
author | unknown <istruewing@chilla.local> | 2007-02-03 09:26:11 +0100 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-02-03 09:26:11 +0100 |
commit | d3c1511a36f0c82f2aa707d74068d76fe84060bc (patch) | |
tree | dabd4f66602a7f23d86363d243af8e466b2b8e5d /sql/examples | |
parent | 8a9c521bba06982bd3c534d0ef4a48262464a4ce (diff) | |
download | mariadb-git-d3c1511a36f0c82f2aa707d74068d76fe84060bc.tar.gz |
After merge fix
Diffstat (limited to 'sql/examples')
-rw-r--r-- | sql/examples/ha_tina.cc | 11 |
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. |