Bug #17210 | Create temp table call to ha_ndbcluster::create_handler_files caused core | ||
---|---|---|---|
Submitted: | 7 Feb 2006 22:35 | Modified: | 23 Feb 2006 10:37 |
Reporter: | Jonathan Miller | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | 5.1.7 | OS: | Linux (Linux 32 Bit OS) |
Assigned to: | Tomas Ulin | CPU Architecture: | Any |
[7 Feb 2006 22:35]
Jonathan Miller
[17 Feb 2006 13:30]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/2783
[17 Feb 2006 15:18]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/2796
[17 Feb 2006 15:20]
Jonathan Miller
For Docs guys: case 1: default-storage-engine=ndb create temp table (); => a myisam tmp tble case 2: default-storage-engine=<other storage engine> create temp table (); => a <other storage engine> tmp table Always: create temp table ... engine=ndb; => unsupported error alter table t1 ... engine=ndb; => unsupported error if t1 is a temporary table
[17 Feb 2006 15:55]
Tomas Ulin
pushed to 5.1.8 there are the same issues in 4.1 and 5.0 though, but can't see that this is so important, that we should fix it there as well
[20 Feb 2006 22:32]
Tomas Ulin
changed to be included in 5.1.7
[23 Feb 2006 10:37]
Jon Stephens
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: Documented fix in 5.1.7 changelog. Closed.