diff options
author | brian@zim.(none) <> | 2006-08-23 15:12:42 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-08-23 15:12:42 -0700 |
commit | d41188130af06eb4bb39a126b7c1876d1159ed3b (patch) | |
tree | 64c4a626dd8eac48a06906d6e8fd9dc7f519b7f7 /sql/partition_element.h | |
parent | 212ab97668875a811ad5b7d6f224642bf25176d0 (diff) | |
download | mariadb-git-d41188130af06eb4bb39a126b7c1876d1159ed3b.tar.gz |
This is a cleanup of warnings that windows is complaining about.
Diffstat (limited to 'sql/partition_element.h')
-rw-r--r-- | sql/partition_element.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/partition_element.h b/sql/partition_element.h index 5ca278997ae..1e2769bc21a 100644 --- a/sql/partition_element.h +++ b/sql/partition_element.h @@ -56,8 +56,8 @@ class partition_element :public Sql_alloc { public: List<partition_element> subpartitions; List<part_elem_value> list_val_list; - ulonglong part_max_rows; - ulonglong part_min_rows; + ha_rows part_max_rows; + ha_rows part_min_rows; longlong range_value; char *partition_name; char *tablespace_name; |