List:Commits« Previous MessageNext Message »
From:holyfoot Date:June 25 2007 1:11pm
Subject:bk commit into 5.1 tree (holyfoot:1.2514)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of hf. When hf 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@stripped, 2007-06-25 16:11:10+05:00, holyfoot@hfmain.(none) +1 -0
  Merge bk@stripped:mysql-5.1-opt
  into  mysql.com:/home/hf/work/28430/my51-28430
  MERGE: 1.2482.103.1

  sql/ha_partition.cc@stripped, 2007-06-25 16:11:06+05:00, holyfoot@hfmain.(none) +0 -0
    Auto merged
    MERGE: 1.93.1.1

# 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:	holyfoot
# Host:	hfmain.(none)
# Root:	/home/hf/work/28430/my51-28430/RESYNC

--- 1.94/sql/ha_partition.cc	2007-06-25 16:11:16 +05:00
+++ 1.95/sql/ha_partition.cc	2007-06-25 16:11:16 +05:00
@@ -383,7 +383,8 @@ bool ha_partition::initialise_partition(
     m_table_flags&= file->table_flags();
   } while (*(++file_array));
   m_table_flags&= ~(HA_CAN_GEOMETRY | HA_CAN_FULLTEXT | HA_DUPLICATE_POS |
-                    HA_CAN_SQL_HANDLER | HA_CAN_INSERT_DELAYED);
+                    HA_CAN_SQL_HANDLER | HA_CAN_INSERT_DELAYED |
+                    HA_PRIMARY_KEY_REQUIRED_FOR_POSITION);
   m_table_flags|= HA_FILE_BASED | HA_REC_NOT_IN_SEQ;
   DBUG_RETURN(0);
 }
Thread
bk commit into 5.1 tree (holyfoot:1.2514)holyfoot25 Jun