summaryrefslogtreecommitdiff
path: root/sql/examples
diff options
context:
space:
mode:
authorpem@mysql.com <>2005-11-28 20:14:12 +0100
committerpem@mysql.com <>2005-11-28 20:14:12 +0100
commitb2a9961abfb6b67ced064f5f1cab416e9b04ddce (patch)
tree0ba4502a6a4c3cdf74957b0ba578ccf99236f07b /sql/examples
parentc171f8c6c64a57f391ffe64beb75fe554d096c2c (diff)
parentba8d1f134ad70e715af9ea3da4a98a62de2d5d9b (diff)
downloadmariadb-git-b2a9961abfb6b67ced064f5f1cab416e9b04ddce.tar.gz
Merge mysql.com:/usr/local/bk/mysql-5.0
into mysql.com:/usr/home/pem/mysql-5.1-new
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 38e0171774e..5b32b549e8d 100644
--- a/sql/examples/ha_example.cc
+++ b/sql/examples/ha_example.cc
@@ -495,6 +495,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