summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2003-06-15 23:23:04 +0300
committerunknown <heikki@hundin.mysql.fi>2003-06-15 23:23:04 +0300
commit525060293cc23840980beb0e6661a6046eda3d51 (patch)
treef7dffb8ff704d546a088c9d99b91cae950de0cb6 /sql/handler.h
parent0783f9001340ff848922d9ad60a9eef2c6b0dbac (diff)
downloadmariadb-git-525060293cc23840980beb0e6661a6046eda3d51.tar.gz
handler.h, ha_innodb.h, ha_innodb.cc:
Cleanup; remove compiler warning on Windows sql/ha_innodb.cc: Cleanup; remove compiler warning on Windows sql/ha_innodb.h: Cleanup; remove compiler warning on Windows sql/handler.h: Cleanup; remove compiler warning on Windows
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 41f6fdc656a..56f63d1d521 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -189,7 +189,8 @@ class handler :public Sql_alloc
public:
byte *ref; /* Pointer to current row */
byte *dupp_ref; /* Pointer to dupp row */
- uint ref_length; /* Length of ref (1-8) */
+ uint ref_length; /* Length of ref (1-8 or the clustered
+ key length) */
uint block_size; /* index block size */
ha_rows records; /* Records i datafilen */
ha_rows deleted; /* Deleted records */