Hello.
I don't see correlations between error messages and replication of this table. In my opinion, there's something wrong with plugin_data.renderer table, check it. Usually you solve the replication problem starting with the binary logs examination (master and relay) with mysqlbinlog utility. Christian Meisinger <[EMAIL PROTECTED]> wrote: > if i start to replicate the following table, i get this error: > > 050503 10:08:35 [ERROR] Key 1 - Found wrong stored record at 0 > 050503 10:08:35 [Note] Retrying repair of: './plugin_data/renderer' > with keycache > 050503 10:08:35 [ERROR] Key 1 - Found wrong stored record at 0 > > what's the problem??? > > ------------------------------------------------------------------ > > > CREATE TABLE `operatingsystem` ( > `osid` int(10) unsigned NOT NULL default '0', > `os` varchar(255) NOT NULL default '', > PRIMARY KEY (`osid`), > FULLTEXT KEY `os` (`os`) > ) ENGINE=MyISAM DEFAULT CHARSET=latin1; > > INSERT INTO `operatingsystem` VALUES (1, 'OS: Microsoft Windows XP > Service Pack 2'); > INSERT INTO `operatingsystem` VALUES (2, 'OS: Microsoft Windows 98 > SE A'); > INSERT INTO `operatingsystem` VALUES (3, 'OS: Microsoft Windows XP'); > INSERT INTO `operatingsystem` VALUES (4, 'OS: Microsoft Windows XP > Service Pack 1'); > INSERT INTO `operatingsystem` VALUES (5, 'OS: Microsoft Windows 2000 > Service Pack 4'); > INSERT INTO `operatingsystem` VALUES (6, 'OS: Microsoft Windows > Millennium Edition\n'); > INSERT INTO `operatingsystem` VALUES (7, 'OS: Microsoft Windows 2000 > Service Pack 2'); > INSERT INTO `operatingsystem` VALUES (8, 'OS: Microsoft Windows XP > Dodatek Service Pack 2'); > INSERT INTO `operatingsystem` VALUES (9, 'OS: Microsoft Windows XP > Dodatek Service Pack. 1'); > INSERT INTO `operatingsystem` VALUES (10, 'OS: Microsoft Windows XP > Service Pack 2, v.2082'); > INSERT INTO `operatingsystem` VALUES (11, 'OS: Microsoft Windows > Server; 2003 family'); > INSERT INTO `operatingsystem` VALUES (12, 'OS: Microsoft Windows XP > Service Pack 2, v.2096'); > INSERT INTO `operatingsystem` VALUES (13, 'OS: Microsoft Windows 95'); > INSERT INTO `operatingsystem` VALUES (14, 'OS: Microsoft Windows 2000'); > INSERT INTO `operatingsystem` VALUES (15, 'OS: Microsoft Windows XP > Szervizcsomag 1'); > INSERT INTO `operatingsystem` VALUES (16, 'OS: Microsoft Windows 98'); > INSERT INTO `operatingsystem` VALUES (17, 'OS: Microsoft Windows 95 > OSR2 B'); > INSERT INTO `operatingsystem` VALUES (18, 'OS: Microsoft Windows > 2000 Service Pack 3'); > INSERT INTO `operatingsystem` VALUES (19, 'OS: Microsoft Windows XP > Service Pack 2, v.2055'); > INSERT INTO `operatingsystem` VALUES (20, 'OS: Microsoft Windows XP > Service Pack 2, v.2135'); > INSERT INTO `operatingsystem` VALUES (21, 'OS: Microsoft Windows 95 > OSR2 C'); > INSERT INTO `operatingsystem` VALUES (22, 'OS: Microsoft Windows XP > Szervizcsomag 2'); > INSERT INTO `operatingsystem` VALUES (23, 'OS: Microsoft Windows 98 > B'); > INSERT INTO `operatingsystem` VALUES (24, 'OS: Microsoft Windows 98 > A'); > INSERT INTO `operatingsystem` VALUES (25, 'OS: Microsoft Windows > 2000 Service Pack 1'); > INSERT INTO `operatingsystem` VALUES (26, 'OS: Microsoft Windows XP > Service Pack 2, v.2149'); > INSERT INTO `operatingsystem` VALUES (27, 'OS: Microsoft Windows > Millennium Edition\n A'); > INSERT INTO `operatingsystem` VALUES (28, 'OS: Microsoft Windows > 2000 Service Pack 3, RC 3.51'); > INSERT INTO `operatingsystem` VALUES (29, 'OS: Microsoft Windows XP > Service Pack 2, v.2162'); > INSERT INTO `operatingsystem` VALUES (30, 'OS: Microsoft Windows > 2000 Dodatek Service Pack. 2'); > INSERT INTO `operatingsystem` VALUES (31, 'OS: Microsoft Windows XP > Service Pack 1, v.1081'); > INSERT INTO `operatingsystem` VALUES (32, 'OS: Microsoft Windows XP > Service Pack 2, v.2126'); > INSERT INTO `operatingsystem` VALUES (33, 'OS: Microsoft Windows XP > Service Pack 1, v.1050'); > INSERT INTO `operatingsystem` VALUES (34, 'OS: Microsoft Windows > Millennium Edition'); > INSERT INTO `operatingsystem` VALUES (35, 'OS: Microsoft Windows 95 > b'); > INSERT INTO `operatingsystem` VALUES (36, 'OS: Microsoft Windows 95 > a'); > INSERT INTO `operatingsystem` VALUES (37, 'OS: Microsoft Windows > 2000 Dodatek Service Pack. 1'); > INSERT INTO `operatingsystem` VALUES (38, 'OS: Microsoft Windows > Server; 2003 family Service Pack 1, v.1433'); > INSERT INTO `operatingsystem` VALUES (39, 'OS: Microsoft Windows > Server; 2003 family Service Pack 1, v.1039'); > INSERT INTO `operatingsystem` VALUES (40, 'OS: Microsoft Windows XP > Service Pack 2, v.2138'); > INSERT INTO `operatingsystem` VALUES (41, 'OS: Microsoft Windows > 2000 Service Pack 4, RC 3.154'); > INSERT INTO `operatingsystem` VALUES (42, 'OS: Microsoft Windows XP > Service Pack 1, v.1105'); > INSERT INTO `operatingsystem` VALUES (43, 'OS: Microsoft Windows > Server; 2003 family Service Pack 1, v.1289'); > INSERT INTO `operatingsystem` VALUES (44, 'OS: Microsoft Windows NT > Service Pack 2'); > INSERT INTO `operatingsystem` VALUES (45, 'OS: Microsoft Windows XP > Service Pack 2, v.2120'); > INSERT INTO `operatingsystem` VALUES (46, 'OS: Microsoft Windows NT > Service Pack 5'); > INSERT INTO `operatingsystem` VALUES (47, 'OS: Microsoft Windows XP > Service Pack 2, v.1204'); > INSERT INTO `operatingsystem` VALUES (48, 'OS: Microsoft Windows > 2000 Service Pack 4, RC 4.68'); > INSERT INTO `operatingsystem` VALUES (49, 'OS: Microsoft Windows XP > Service Pack 2, v.2142'); > INSERT INTO `operatingsystem` VALUES (50, 'OS: Microsoft Windows > Server; 2003 family Service Pack 1'); > INSERT INTO `operatingsystem` VALUES (51, 'OS:'); > > -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.NET http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Gleb Paharenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.NET <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]