diff options
author | unknown <tsmith@ramayana.hindu.god> | 2007-08-27 14:23:02 -0600 |
---|---|---|
committer | unknown <tsmith@ramayana.hindu.god> | 2007-08-27 14:23:02 -0600 |
commit | ad4ee2067349fa7e6d3810b4fe05692cf9b19acf (patch) | |
tree | 2eeb8dbda059b22a6ba651bd3bffd9b309ca6267 /sql/ha_partition.cc | |
parent | 66262046a8965099d6c63b1802d6b5a5f35f58de (diff) | |
parent | 048775df13c99d52efb6d66c45f5040450c61b44 (diff) | |
download | mariadb-git-ad4ee2067349fa7e6d3810b4fe05692cf9b19acf.tar.gz |
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22
into ramayana.hindu.god:/home/tsmith/m/bk/51-target22-X
sql/ha_partition.cc:
Auto merged
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r-- | sql/ha_partition.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index 326b8b2d43b..b744c3952ff 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -5458,6 +5458,7 @@ void ha_partition::get_auto_increment(ulonglong offset, ulonglong increment, for (pos=m_file, end= m_file+ m_tot_parts; pos != end ; pos++) { + first_value_part= *first_value; (*pos)->get_auto_increment(offset, increment, nb_desired_values, &first_value_part, &nb_reserved_values_part); if (first_value_part == ~(ulonglong)(0)) // error in one partition |