summaryrefslogtreecommitdiff
path: root/sql/examples/ha_tina.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-09-22 16:05:05 +0200
committerunknown <serg@serg.mylan>2005-09-22 16:05:05 +0200
commit87ad1060d3239f08cdf9767612e744040dd6d3e2 (patch)
treec2df90204e86c1ce99206349b62996e68aa4e4cc /sql/examples/ha_tina.h
parentd2fc3bd4245f8c212046e88151da4a66d1b048b3 (diff)
downloadmariadb-git-87ad1060d3239f08cdf9767612e744040dd6d3e2.tar.gz
fixed a memory leak in ha_tina.cc
Diffstat (limited to 'sql/examples/ha_tina.h')
-rw-r--r--sql/examples/ha_tina.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/examples/ha_tina.h b/sql/examples/ha_tina.h
index 5679d77a4dc..1ccb3418771 100644
--- a/sql/examples/ha_tina.h
+++ b/sql/examples/ha_tina.h
@@ -126,3 +126,6 @@ public:
int find_current_row(byte *buf);
int chain_append();
};
+
+bool tina_end();
+