[PR #118] [MERGED] Making sure MyISAM is set #5600

Closed
opened 2026-02-05 10:11:59 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/118
Author: @robertscholts
Created: 5/26/2016
Status: Merged
Merged: 6/4/2016
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (1)

  • 4acf0c4 Making sure MyISAM is set for the tables that need it for new installtions that are using mariadb.

📊 Changes

3 files changed (+3 additions, -0 deletions)

View changed files

📝 database/migrations/2015_07_12_114933_create_books_table.php (+1 -0)
📝 database/migrations/2015_07_12_190027_create_pages_table.php (+1 -0)
📝 database/migrations/2015_07_27_172342_create_chapters_table.php (+1 -0)

📄 Description

This will help fix the bug where some people get the message FULLTEXT is not supported. until mysql 5.6 innodb does not support FULLTEXT by using MyISAM for the tables that require FULLTEXT this issue will be fixt. (This will only work for new installations because you can't change the type after a table is created.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/118 **Author:** [@robertscholts](https://github.com/robertscholts) **Created:** 5/26/2016 **Status:** ✅ Merged **Merged:** 6/4/2016 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4acf0c4`](https://github.com/BookStackApp/BookStack/commit/4acf0c4ee061c5db0f80573f0931dfa0760df9c9) Making sure MyISAM is set for the tables that need it for new installtions that are using mariadb. ### 📊 Changes **3 files changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `database/migrations/2015_07_12_114933_create_books_table.php` (+1 -0) 📝 `database/migrations/2015_07_12_190027_create_pages_table.php` (+1 -0) 📝 `database/migrations/2015_07_27_172342_create_chapters_table.php` (+1 -0) </details> ### 📄 Description This will help fix the bug where some people get the message FULLTEXT is not supported. until mysql 5.6 innodb does not support FULLTEXT by using MyISAM for the tables that require FULLTEXT this issue will be fixt. (This will only work for new installations because you can't change the type after a table is created. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:11:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5600