From 83c2292bb5617128bd5c0eaa69663072363b38c7 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Apr 2004 22:57:53 -0700 Subject: ha_example.h: Fixed spelling of example share and fxed indention. ha_example.cc: Fixed spelling of example and removed a few unneeded printf pieces. my_base.h: Adde HA_ERR_NOT_IMPLEMENTED at Monty's request include/my_base.h: Adde HA_ERR_NOT_IMPLEMENTED at Monty's request sql/examples/ha_example.cc: Fixed spelling of example and removed a few unneeded printf pieces. sql/examples/ha_example.h: Fixed spelling of example share and fxed indention. --- include/my_base.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/my_base.h') diff --git a/include/my_base.h b/include/my_base.h index d23a70b8a55..530c99ffbdb 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -364,4 +364,7 @@ typedef ulong ha_rows; #define MAX_FILE_SIZE LONGLONG_MAX #endif +/* Currently used for saying which interfaces a Storage Engine implements */ +#define HA_ERR_NOT_IMPLEMENTED -1 + #endif /* _my_base_h */ -- cgit v1.2.1