diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-05-20 23:56:13 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-05-20 23:56:13 +0200 |
commit | 7c459960ece917dcdc4dedc9f3dd0c9f5d07c3b8 (patch) | |
tree | 7aa6c0cd967e881fe4516ce22b133d595d8c4f11 /sql/ha_partition.h | |
parent | 8767540a43b28c977714e2f35aadcfd1bcefef5f (diff) | |
download | mariadb-git-7c459960ece917dcdc4dedc9f3dd0c9f5d07c3b8.tar.gz |
db_low_byte_first is gone
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 76b91e160ca..cbc97c60818 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -99,7 +99,6 @@ private: for this since the MySQL Server sometimes allocating the handler object without freeing them. */ - ulong m_low_byte_first; enum enum_handler_status { handler_not_initialized= 0, @@ -885,12 +884,6 @@ public: virtual uint max_supported_key_part_length() const; /* - All handlers in a partitioned table must have the same low_byte_first - */ - virtual bool low_byte_first() const - { return m_low_byte_first; } - - /* The extra record buffer length is the maximum needed by all handlers. The minimum record length is the maximum of all involved handlers. */ |