Bug #52064 | MySQL doing a table copy when creating index | ||
---|---|---|---|
Submitted: | 15 Mar 2010 12:40 | Modified: | 17 Mar 2010 12:33 |
Reporter: | Marko Mäkelä | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S3 (Non-critical) |
Version: | 5.1.43-bzr | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | innodb |
[15 Mar 2010 12:40]
Marko Mäkelä
[15 Mar 2010 12:53]
Vasil Dimov
I confirm that: (gdb) b ha_innobase::add_index Breakpoint 1 at 0x7cc257: file handler/handler0alter.cc, line 636. (gdb) r --gdb the breakpoint is not executed during the specified CREATE and ALTER. This is MySQL 5.1-r3366 + InnoDB zip-r6794
[17 Mar 2010 12:34]
Ramil Kalimullin
Duplicate. See bug #50946: fast index creation still seems to copy the table.