Bug #17541 | Partitioning: Out of memory on DROP PARTITION | ||
---|---|---|---|
Submitted: | 18 Feb 2006 4:07 | Modified: | 18 Feb 2006 17:36 |
Reporter: | Jeremy Cole (Basic Quality Contributor) (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S3 (Non-critical) |
Version: | 5.1.6 | OS: | Linux (Fedora Core 4) |
Assigned to: | CPU Architecture: | Any |
[18 Feb 2006 4:07]
Jeremy Cole
[18 Feb 2006 17:36]
MySQL Verification Team
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: mysql> select count(*) from ontime; +----------+ | count(*) | +----------+ | 914976 | +----------+ 1 row in set (0.01 sec) mysql> alter table ontime drop partition p_2000_01; Query OK, 0 rows affected (0.09 sec) Records: 0 Duplicates: 0 Warnings: 0 mysql> select version(); +------------------+ | version() | +------------------+ | 5.1.8-beta-debug | +------------------+ 1 row in set (0.00 sec)