MySQL sur Debian Etch

Page principale

Répondre à ce message
Auteur: ymartin59
Date:  
À: Guilde ML
Sujet: MySQL sur Debian Etch
Bonjour,

J'ai déployé JIRA sur une Etch avec Tomcat 5.5 et MySQL 5.0.32 et cela fait la troisième fois que je perds des lignes dans la table "jiraissue" après détection de corruption et réparation. Heureusement j'ai les binlog pour retrouver les lignes manquantes...

2009-09-28 12:05:35,448 http-8180-Processor1 ERROR [500ErrorPage.jsp] Exception caught in 500 page org.ofbiz.core.entity.GenericDataSourceE
xception: SQL Exception while executing the following:SELECT ID, pkey, PROJECT, REPORTER, ASSIGNEE, issuetype, SUMMARY, DESCRIPTION, ENVIRO
NMENT, PRIORITY, RESOLUTION, issuestatus, CREATED, UPDATED, DUEDATE, VOTES, TIMEORIGINALESTIMATE, TIMEESTIMATE, TIMESPENT, WORKFLOW_ID, SEC
URITY, FIXFOR, COMPONENT FROM jiraissue WHERE pkey=? (Table './jira/jiraissue' is marked as crashed and should be repaired)
com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericDataSourceException: SQL Exception while executing the follo
wing:SELECT ID, pkey, PROJECT, REPORTER, ASSIGNEE, issuetype, SUMMARY, DESCRIPTION, ENVIRONMENT, PRIORITY, RESOLUTION, issuestatus, CREATED
, UPDATED, DUEDATE, VOTES, TIMEORIGINALESTIMATE, TIMEESTIMATE, TIMESPENT, WORKFLOW_ID, SECURITY, FIXFOR, COMPONENT FROM jiraissue WHERE pke
y=? (Table './jira/jiraissue' is marked as crashed and should be repaired)

Apparemment "mysqldump" me dit que ma table utilise l'engine "MyISAM".

Comment se fait-il que ce ne soit pas InnoDB par défaut ?

Merci d'avance pour votre aide
--
Yves Martin