Bug #26256 @@@@ HELP ME
Submitted: 10 Feb 2007 13:24 Modified: 10 Feb 2007 15:24
Reporter: gehaijiang gehaijiang Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S1 (Critical)
Version:5.0.19-log OS:Linux (redhat as 4.0)
Assigned to: CPU Architecture:Any

[10 Feb 2007 13:24] gehaijiang gehaijiang
Description:
mysql> SHOW CREATE TABLE test;
+-------+-----------------------------------------------------------------------

--------------------------------------------------------------------------------

-----------------------------+
| Table | Create Table                               |
+-------+-----------------------------------------------------------------------

--------------------------------------------------------------------------------

-----------------------------+
| test  | CREATE TABLE `test` (
  `c1` int(11) NOT NULL default '0',
  `c2` int(11) default NULL,
  PRIMARY KEY  (`c1`)
) ENGINE=BLACKHOLE DEFAULT CHARSET=latin2 COLLATE=latin2_croatian_ci |
+-------+-----------------------------------------------------------------------

--------------------------------------------------------------------------------

-----------------------------+
1 row in set (0.00 sec)

mysql> DELETE FROM test WHERE c1=10;
ERROR 1031 (HY000): Table storage engine for 'test' doesn't have this option

How to repeat:
HELP ME.
[10 Feb 2007 15:24] Jim Winstead
Please do not report the same bug more than once.