From ddecae8e3b521ffc279a25b74bb90ab9775604ab Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 20 Feb 2005 22:52:28 +0300 Subject: Fix confusing comments. sql/examples/ha_example.cc: fix comments, referring to renamed function sql/ha_federated.cc: fix comments, referring to renamed function --- sql/examples/ha_example.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/examples') diff --git a/sql/examples/ha_example.cc b/sql/examples/ha_example.cc index cb0780ea74d..d043a66e71a 100644 --- a/sql/examples/ha_example.cc +++ b/sql/examples/ha_example.cc @@ -414,7 +414,7 @@ int ha_example::rnd_next(byte *buf) position() is called after each call to rnd_next() if the data needs to be ordered. You can do something like the following to store the position: - ha_store_ptr(ref, ref_length, current_position); + my_store_ptr(ref, ref_length, current_position); The server uses ref to store data. ref_length in the above case is the size needed to store current_position. ref is just a byte array -- cgit v1.2.1