spatie / laravel-activitylog

Log activity inside your Laravel app

Home Page:https://docs.spatie.be/laravel-activitylog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Index "PRIMARY" marked as corrupted

crayon1337 opened this issue · comments

Describe the bug
I ran into a problem earlier today so basically the index PRIMARY for table activity_log is corrupted. I do have almost 20k rows in the table. I tried to do OPTIMIZE TABLE but that was not successful.

To Reproduce
I don't actually know how to re-produce that. I have an application up and running for almost 3 years and the table has 20k rows.

Expected behavior
The index should NOT be corrupted.

Screenshots
image

Versions (please complete the following information)

  • PHP: 7.2.17
  • Database: MariaDB 10.0.38
  • Laravel: 5.8.7
  • Package: 3.2

It's a problem with your database and has nothing to do with that package.