View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
13620Feature requestsOtherpublic2021-11-26 07:41
Reportergreiling Assigned Toc_schmitz  
PrioritynoneSeverityfeature 
Status closedResolutionfixed 
Summary13620: Forcing InnoDB over MyISAM
Description

Other default ENGINE=InnoDB instead of MyISAM

public function createTable($table, $columns, $options = null) {
if(empty($options))
{
$options='ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci';
}

or a form to set the options - see
https://www.limesurvey.org/forum/installation-a-update-issues/111885-forcing-innodb-over-myisam

TagsNo tags attached.
Bug heat4
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

jelo

jelo

2018-04-20 12:24

partner   ~47472

There is a Pullrequest about that topic.
New Feature: allow choosing innoDb vs MyIsam engine for MYSQL during installation
https://github.com/LimeSurvey/LimeSurvey/pull/1043
Not sure if the developers accept that pullrequest.

c_schmitz

c_schmitz

2021-11-26 07:41

administrator   ~67578

Since version 4 you can select the default table format during installation.

Issue History

Date Modified Username Field Change
2018-04-19 16:12 greiling New Issue
2018-04-20 12:24 jelo Note Added: 47472
2021-11-26 07:41 c_schmitz Note Added: 67578
2021-11-26 07:41 c_schmitz Bug heat 2 => 4
2021-11-26 07:41 c_schmitz Assigned To => c_schmitz
2021-11-26 07:41 c_schmitz Status new => closed
2021-11-26 07:41 c_schmitz Resolution open => fixed