← Back to team overview

enterprise-support team mailing list archive

[Bug 1519261] [NEW] Error dumping ARZ tables

 

Public bug reported:

Mydumper seems to have issues dumping ARCHIVE tables:

** (mydumper:20507): CRITICAL **: Could not read data from
test.email_addresses_extra: Table 'email_addresses_extra' is marked as
crashed and should be repaired

I'm able to select data from that table manually without issues.


mysql> show create table email_addresses_extra;
+--------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table                          | Create Table                                                                                                                                                                                                                                                 |
+--------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| email_addresses_extra | CREATE TABLE `email_addresses_extra` (
  `email_id` int(11) unsigned NOT NULL,
  `email` tinyint(1) NOT NULL DEFAULT '0',
  `fax` tinyint(1) NOT NULL DEFAULT '0',
  `mobile` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=ARCHIVE DEFAULT CHARSET=utf8 |
+--------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)

Every ARZ table triggers the same error.

** Affects: mydumper
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1519261

Title:
  Error dumping ARZ tables

To manage notifications about this bug go to:
https://bugs.launchpad.net/mydumper/+bug/1519261/+subscriptions


Follow ups