From 94ab2caa6d1596c2be3a5d249622207f4d00579c Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 26 Nov 2005 08:54:13 +0100 Subject: documenting HA_STATUS_xxx flags --- sql/examples/ha_example.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/examples/ha_example.cc') diff --git a/sql/examples/ha_example.cc b/sql/examples/ha_example.cc index d340b9289ec..471ece77490 100644 --- a/sql/examples/ha_example.cc +++ b/sql/examples/ha_example.cc @@ -480,6 +480,8 @@ int ha_example::rnd_pos(byte * buf, byte *pos) /* ::info() is used to return information to the optimizer. + see my_base.h for the complete description + Currently this table handler doesn't implement most of the fields really needed. SHOW also makes use of this data Another note, you will probably want to have the following in your -- cgit v1.2.1