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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Sat, 15 Jun 2019 06:52:09 +0000 (07:52 +0100)
commit77716188757d11e2a9fa79788ce99982e3c39839
treefc6371ab6178576635b8ccded4018e3ddf567b0f
parentadb30fb8a0347ab6ff391238a8bd1ce4b6931fcd
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>
Koha/Database.pm