Bug #50447 feature request: remove HTON_FLUSH_AFTER_RENAME flag
Submitted: 19 Jan 2010 16:07 Modified: 15 Dec 2010 13:38
Reporter: Zardosht Kasheff (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Storage Engine API Severity:S4 (Feature request)
Version:5.1.42 OS:Any
Assigned to: CPU Architecture:Any

[19 Jan 2010 16:07] Zardosht Kasheff
Description:
According to http://lists.mysql.com/internals/37640, this flag is not necessary. BDB is no longer supported.

Keeping it around can lead to regressions. We noticed a regression in 5.1.42 for storage engines that have this flag and implement handler::add_index. In sql_table.cc, line 7466, the value of "path + 1" should be replaced with "path".

It would be nice to just remove this flag so that these errors will not occur.

How to repeat:
n/a

Suggested fix:
n/a
[19 Jan 2010 16:07] Zardosht Kasheff
change title
[19 Jan 2010 16:08] Zardosht Kasheff
bug #38028 will be fixed by this as well