From: stefan Date: December 23 2005 7:37pm Subject: svn commit - mysqldoc@docsrva: r629 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/392 Message-Id: <200512231937.jBNJbEau027993@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: shinz Date: 2005-12-23 20:37:14 +0100 (Fri, 23 Dec 2005) New Revision: 629 Log: YEAR(separated) means when employees left, not when they were hired Modified: trunk/refman-5.1/partitioning.xml Modified: trunk/refman-5.1/partitioning.xml =================================================================== --- trunk/refman-5.1/partitioning.xml 2005-12-23 11:30:14 UTC (rev 628) +++ trunk/refman-5.1/partitioning.xml 2005-12-23 19:37:14 UTC (rev 629) @@ -704,11 +704,11 @@ - In this scheme, for all employees hired before 1991, the rows - are stored in partition p0; for those hired + In this scheme, for all employees who left before 1991, the rows + are stored in partition p0; for those who left in the years 1991 through 1995, in p1; for - those hired in the years 1996 through 2000, in - p2; and for any workers hired after the year + those who left in the years 1996 through 2000, in + p2; and for any workers who left after the year 2000, in p3.