Bug #39810 | `#mysql50#raw_data#P#p20` already exists in InnoDB ... | ||
---|---|---|---|
Submitted: | 2 Oct 2008 13:55 | Modified: | 24 Nov 2008 17:31 |
Reporter: | SeungEun Choi | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | mysql-5.1.26-rc-linux-x86_64-glibc23 | OS: | Linux (Linux tiara.log-11 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64 x86_64 GNU/Linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | drop and add partition error |
[2 Oct 2008 13:55]
SeungEun Choi
[2 Oct 2008 15:38]
Valeriy Kravchuk
Thank you for a problem report. Please, provide exact steps to repeat the problem.
[6 Oct 2008 1:49]
SeungEun Choi
ALTER TABLE raw_data ADD PARTITION (PARTITION p00 VALUES IN (0, 1, 2, 3, 4)) printed priv message
[8 Oct 2008 20:14]
Sveta Smirnova
Thank you for the feedback. Please provide output of SHOW CREATE TABLE raw_data. Also please try with current version 5.1.28.
[17 Oct 2008 11:22]
SeungEun Choi
DROP TABLE IF EXISTS `tiara`.`raw_data`; CREATE TABLE `tiara`.`raw_data` ( `ip` char(15) DEFAULT NULL, `access_time` datetime NOT NULL, `partkey` tinyint(3) unsigned DEFAULT '0', `nil_profile` char(20) DEFAULT NULL, `nil_id` char(20) DEFAULT NULL, `nil_tag` char(20) DEFAULT NULL, `nil_tag_no` char(20) DEFAULT NULL, `user_agent` char(100) DEFAULT NULL, `screen_size` char(10) DEFAULT NULL, `load_time` int(10) unsigned DEFAULT NULL, `window_size` char(10) DEFAULT NULL, `click_position` char(10) DEFAULT NULL, `url` varchar(1024) DEFAULT NULL, `ref` varchar(1024) DEFAULT NULL, `biryr` int(10) unsigned DEFAULT NULL, `sex` char(1) DEFAULT NULL, `userid` char(10) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `ishome` char(1) DEFAULT NULL, `uuid` bigint(20) DEFAULT NULL, `login` char(1) DEFAULT NULL, `suuid` bigint(20) DEFAULT NULL, `suuid_seq` bigint(20) DEFAULT NULL, `nil_no` varchar(128) DEFAULT NULL, KEY `Index_raw_log_access_time_partkey` (`access_time`), KEY `index_nilTagTagNo` (`nil_tag`,`nil_tag_no`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED /*!50100 PARTITION BY LIST ( partkey) (PARTITION p55 VALUES IN (55,56,57,58,59) ENGINE = InnoDB, PARTITION p00 VALUES IN (0,1,2,3,4) ENGINE = InnoDB, PARTITION p05 VALUES IN (5,6,7,8,9) ENGINE = InnoDB, PARTITION p10 VALUES IN (10,11,12,13,14) ENGINE = InnoDB, PARTITION p15 VALUES IN (15,16,17,18,19) ENGINE = InnoDB, PARTITION p20 VALUES IN (20,21,22,23,24) ENGINE = InnoDB, PARTITION p25 VALUES IN (25,26,27,28,29) ENGINE = InnoDB, PARTITION p30 VALUES IN (30,31,32,33,34) ENGINE = InnoDB, PARTITION p35 VALUES IN (35,36,37,38,39) ENGINE = InnoDB, PARTITION p40 VALUES IN (40,41,42,43,44) ENGINE = InnoDB, PARTITION p45 VALUES IN (45,46,47,48,49) ENGINE = InnoDB, PARTITION p50 VALUES IN (50,51,52,53,54) ENGINE = InnoDB) */;
[24 Oct 2008 12:53]
Heikki Tuuri
Please send the entire .err log of the database server! The first error is the most interesting. Assigning this partition bug to Inaam. --Heikki
[24 Oct 2008 17:31]
Mikhail Izioumtchenko
In addition to Heikki's question above, what are the EXACT steps to repeat the problem. Assuming we already have the table as in the above create statement, what should we do: issue ALTER TABLE as above, issue SELECT from information_schema tables as above, or both. I tried bot as well as some other variations of ALTER TABLE but didn't see any crash
[25 Nov 2008 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".