| Bug #31652 | Duplicate partition names in examples | ||
|---|---|---|---|
| Submitted: | 16 Oct 2007 20:39 | Modified: | 17 Oct 2007 15:44 |
| Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
| Version: | 5.1, 5.2 | OS: | Any |
| Assigned to: | Jon Stephens | CPU Architecture: | Any |
[16 Oct 2007 20:39]
Shane Bester
[16 Oct 2007 21:28]
MySQL Verification Team
another similar problem: http://dev.mysql.com/doc/refman/5.1/en/partitioning-handling-nulls.html mysql> CREATE TABLE t1 ( -> c1 INT, -> c2 VARCHAR(20) -> ) -> PARTITION BY RANGE(c1) ( -> PARTITION p0 VALUES LESS THAN (-5), -> PARTITION p1 VALUES LESS THAN (0), -> PARTITION p1 VALUES LESS THAN (10), -> PARTITION p2 VALUES LESS THAN MAXVALUE -> ); ERROR 1514 (HY000): Duplicate partition name p1
[17 Oct 2007 6:47]
Valeriy Kravchuk
Thank you for a reasonable documentation request.
[17 Oct 2007 15:44]
Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.
