Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
5.5.35
-
None
-
Debian Wheezy, 64bit, Intel Xeon E5620, 4 GB RAM
Description
MariaDB server is randomly crashing when ALTERing a table (adding a column), cannot always reproduce. Table is not useble after the crash and data is lost. Command used before the last crash:
ALTER TABLE `invoices`
ADD `proforma_invoice_amount_used` FLOAT NOT NULL,
COMMENT='';
Attaching these files:
syslog.log - crash log from syslog
global_variables.txt - output from 'show global variables'
table.txt - altered table original definition
my.cnf - server config file
invoices.ibd - idb file from table which was altered
#sql-6493_f2aac.frm - temporary frm file from table which was altered (the original one was missing)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Elena Stepanova [ elenst ] |
Attachment | syslog2.log [ 30204 ] | |
Attachment | table2.txt [ 30205 ] |
Assignee | Elena Stepanova [ elenst ] | Jan Lindström [ jplindst ] |
Workflow | defaullt [ 34207 ] | MariaDB v2 [ 44187 ] |
Fix Version/s | 5.5.40 [ 17100 ] | |
Resolution | Cannot Reproduce [ 5 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 44187 ] | MariaDB v3 [ 63462 ] |
Workflow | MariaDB v3 [ 63462 ] | MariaDB v4 [ 147471 ] |
Hi,
Thanks for reporting this.
Is it a production server? If not, would it maybe be possible to turn on general_log for a while, to see if there is another parallel activity related to the table at the time of the crash?