Framework: Problem with ndbcluster engine

Created on 13 Aug 2017  路  3Comments  路  Source: laravel/framework

  • Laravel Version: 5.4.30
  • PHP Version: 7.1.x
  • Database Driver & Version: MySql 5.7

Description:

transactions fails on ndbcluster engine with this error: SQLSTATE[42000]: Syntax error or access violation: 1178 The storage engine for the table doesn't support SAVEPOINT. As I searched, found this link which points out mysql cluster limitations and unsupporting features which states:
Savepoints and rollbacks to savepoints are ignored as in MyISAM.

Now I want to know if there is any workaround solutions for this problem in Laravel?

Most helpful comment

This repo is for bug tracking. Use the forums or slack channel for solving your issue

All 3 comments

This repo is for bug tracking. Use the forums or slack channel for solving your issue

Thanks @Dylan-DPC

@sobhanattar kindly close the issue :)

Was this page helpful?
0 / 5 - 0 ratings