mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Disabled the default nested configuration. MySQL use MyISAM as default and it can affect many applications.
This commit is contained in:
parent
4ffca8457e
commit
f6288a491a
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class DboSource extends DataSource {
|
||||||
*
|
*
|
||||||
* @var boolean
|
* @var boolean
|
||||||
*/
|
*/
|
||||||
public $nestedTransaction = true;
|
public $nestedTransaction = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Print full query debug info?
|
* Print full query debug info?
|
||||||
|
|
Loading…
Reference in a new issue