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 @@
</programlisting>
<para>
- In this scheme, for all employees hired before 1991, the rows
- are stored in partition <literal>p0</literal>; for those hired
+ In this scheme, for all employees who left before 1991, the rows
+ are stored in partition <literal>p0</literal>; for those who left
in the years 1991 through 1995, in <literal>p1</literal>; for
- those hired in the years 1996 through 2000, in
- <literal>p2</literal>; and for any workers hired after the year
+ those who left in the years 1996 through 2000, in
+ <literal>p2</literal>; and for any workers who left after the year
2000, in <literal>p3</literal>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r629 - trunk/refman-5.1 | stefan | 23 Dec |