Bug #45712 A test case is disabled in backup_engines.backup_partitioning.test
Submitted: 24 Jun 2009 15:35 Modified: 17 Aug 2011 14:21
Reporter: Alexander Nozdrin Email Updates:
Status: Won't fix Impact on me:
None 
Category:Tests: Server Severity:S3 (Non-critical)
Version:5.4 OS:Any
Assigned to: CPU Architecture:Any
Tags: disabled

[24 Jun 2009 15:35] Alexander Nozdrin
Description:
The following test case is disabled
in backup_engines.backup_partitioning.test:

#Bug#38784 Mysql server crash if table is altered with partition changes.
#This happens only in Windows OS. The # can be removed once the bug#38784
#is fixed.

#ALTER TABLE `cÿd` ADD PARTITION (PARTITION p2 VALUES IN (10,20,30));
#INSERT INTO `cÿd` VALUES(10,'h'),(3,'b'),(10,'s'),(5,'l');
#SELECT * FROM `cÿd`;
#SELECT COUNT(*) FROM `cÿd`;

Bug#38784 has been fixed.

How to repeat:
*