Below is the list of changes that have just been committed into a local
5.1 repository of patg. When patg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2074 06/01/20 11:29:39 patg@stripped +1 -0
WL# 2986
Fix to partition_list
sql/ha_partition.cc
1.27 06/01/20 11:29:36 patg@stripped +1 -2
WL# 2986
Fixed bug with partition_list
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: patg
# Host: govinda.patg.net
# Root: /home/patg/mysql-build/mysql-5.1-wl2986
--- 1.26/sql/ha_partition.cc 2006-01-20 10:28:10 -08:00
+++ 1.27/sql/ha_partition.cc 2006-01-20 11:29:36 -08:00
@@ -4775,8 +4775,7 @@
m_extra_cache_size= cachesize;
if (m_part_spec.start_part != NO_CURRENT_PART_ID)
{
- DBUG_ASSERT(m_part_spec.start_part == 0);
- late_extra_cache(0);
+ late_extra_cache(m_part_spec.start_part);
}
DBUG_VOID_RETURN;
}
| Thread |
|---|
| • bk commit into 5.1 tree (patg:1.2074) | Patrick Galbraith | 20 Jan |