#At file:///home/hf/work/mysql_common/60falcon/
2806 Alexey Botchkov 2008-08-28
wrong bugfix for #32398 excluded.
testcase also disabled
modified:
mysql-test/suite/falcon/t/disabled.def
storage/falcon/ha_falcon.cpp
per-file messages:
mysql-test/suite/falcon/t/disabled.def
test disabled as the fix considered to be wrong
storage/falcon/ha_falcon.cpp
this bugfix decided to be wrong
=== modified file 'mysql-test/suite/falcon/t/disabled.def'
--- a/mysql-test/suite/falcon/t/disabled.def 2008-08-11 13:22:53 +0000
+++ b/mysql-test/suite/falcon/t/disabled.def 2008-08-28 06:20:55 +0000
@@ -12,3 +12,4 @@
falcon_bug_28095_I : Bug#xxxxx 2008-04-22 hakank Disabled until soft restart is in main
tree
falcon_bug_28095_II : Bug#xxxxx 2008-03-22 hakank Disabled until soft restart is in main
tree
+falcon_bug_32398 : HF disabled until new fix for this bug is developed
=== modified file 'storage/falcon/ha_falcon.cpp'
--- a/storage/falcon/ha_falcon.cpp 2008-08-14 11:24:18 +0000
+++ b/storage/falcon/ha_falcon.cpp 2008-08-28 06:20:55 +0000
@@ -2034,6 +2034,9 @@ int StorageInterface::alter_tablespace(h
for NDB only.
*/
+ /*
+ Sergey Vojtovich is to reconsider this code
+
if (ts_info->data_file_name)
{
char buff[FN_REFLEN];
@@ -2047,6 +2050,7 @@ int StorageInterface::alter_tablespace(h
DBUG_RETURN(1);
}
}
+ */
switch (ts_info->ts_cmd_type)
{
| Thread |
|---|
| • bzr commit into mysql-6.0 branch (holyfoot:2806) | Alexey Botchkov | 28 Aug |