Bug 23022: Remove the SQl mode NO_AUTO_CREATE_USER
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 Jun 2019 00:11:59 +0000 (19:11 -0500)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 26 Jun 2019 16:53:13 +0000 (16:53 +0000)
commitd8e56452c0d4b34e55499887516360a1139da902
treea1312ede9a888ea53c05ae8d6d8a187298e75b2d
parentf85b8df1eb8b4de240f9e74a1e7bb70bb51c49a7
Bug 23022: Remove the SQl mode NO_AUTO_CREATE_USER

To make our sql mode list compatible with MySQL 8.0.11

NO_AUTO_CREATE_USER has been removed in MySQL 8.0.11
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-11.html

I do not think we needed it.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 77716188757d11e2a9fa79788ce99982e3c39839)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 7bd5324c58181323a665aa2cf036de0f933b8f49)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Database.pm