diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-07-04 12:47:07 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-07-04 12:47:07 +0200 |
commit | 19096dc0c4c23733ccee829bfc5124aaf7305d98 (patch) | |
tree | 5d72731edb1878bd10e6e71dab2bb674703278df /sql/handler.h | |
parent | 06af76d277b39405d8ab7cfbaf0762fe767eae1c (diff) | |
parent | 8597f663482b125736e34f77a19d35fa26e309fe (diff) | |
download | mariadb-git-19096dc0c4c23733ccee829bfc5124aaf7305d98.tar.gz |
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-main
sql/ha_ndbcluster.cc:
Auto merged
sql/handler.h:
Auto merged
sql/sql_update.cc:
Auto merged
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 6efb6e9e470..d6ffcb0e1d3 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -57,6 +57,7 @@ see mi_rsame/heap_rsame/myrg_rsame */ #define HA_READ_RND_SAME (1 << 0) +#define HA_PARTIAL_COLUMN_READ (1 << 1) /* read may not return all columns */ #define HA_TABLE_SCAN_ON_INDEX (1 << 2) /* No separate data/index file */ #define HA_REC_NOT_IN_SEQ (1 << 3) /* ha_info don't return recnumber; It returns a position to ha_r_rnd */ |