summaryrefslogtreecommitdiff
path: root/sql/examples
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-11-26 08:54:13 +0100
committerserg@serg.mylan <>2005-11-26 08:54:13 +0100
commit10df921c96124cc55f58ec197a78c89cfe09ae2f (patch)
treee39980b476cc180080998be045af9d894d312134 /sql/examples
parente6708aa0df27548b94d16b664bfa4294793eb192 (diff)
downloadmariadb-git-10df921c96124cc55f58ec197a78c89cfe09ae2f.tar.gz
documenting HA_STATUS_xxx flags
Diffstat (limited to 'sql/examples')
-rw-r--r--sql/examples/ha_example.cc2
1 files changed, 2 insertions, 0 deletions
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