diff options
author | joerg@trift-lap.fambruehe <> | 2007-09-24 15:33:46 +0200 |
---|---|---|
committer | joerg@trift-lap.fambruehe <> | 2007-09-24 15:33:46 +0200 |
commit | a81116eef859d886be9b0eb2128ce494ea462f6c (patch) | |
tree | 55100a646118195da2376393cc1c2170d92fe74f /sql/ha_partition.h | |
parent | 0f36ce8f863d61bee202fdf85ba1ac8f61fba39d (diff) | |
parent | 0b59871b83db16b500f46fb317b534bd1c410b5c (diff) | |
download | mariadb-git-a81116eef859d886be9b0eb2128ce494ea462f6c.tar.gz |
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22
into trift-lap.fambruehe:/MySQL/M51/antony-5.1
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 8fe512fadb3..9d10aea2b6f 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -469,7 +469,7 @@ public: virtual int reset(void); private: - static const uint NO_CURRENT_PART_ID= 0xFFFFFFFF; + static const uint NO_CURRENT_PART_ID; int loop_extra(enum ha_extra_function operation); void late_extra_cache(uint partition_id); void late_extra_no_cache(uint partition_id); |