]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 1592129: [MYSQL8] The groups table in Bugzilla conflicts with reserved keyword...
authorJeff Lawson <jeff@bovine.net>
Wed, 13 Mar 2024 20:00:00 +0000 (15:00 -0500)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 20:00:00 +0000 (16:00 -0400)
commit08679016bd83d2b10bfe47f9e9d45bcae1e9981a
tree38f594113334072a3c8ea7506389ba1e0eed175c
parent1fcfb29df16030f90dab74f4ac6ed700a47bec9f
Bug 1592129: [MYSQL8] The groups table in Bugzilla conflicts with reserved keyword in MySQL 8.x (#153)

* [MYSQL8] The groups table in Bugzilla conflicts with reserved keyword in MySQL 8.x
19 files changed:
Bugzilla/Bug.pm
Bugzilla/DB.pm
Bugzilla/DB/Mysql.pm
Bugzilla/DB/Schema.pm
Bugzilla/DB/Schema/Mysql.pm
Bugzilla/DB/Schema/Sqlite.pm
Bugzilla/Group.pm
Bugzilla/Install/DB.pm
Bugzilla/Migrate.pm
Bugzilla/Object.pm
Bugzilla/Product.pm
Bugzilla/Search.pm
Bugzilla/User.pm
editgroups.cgi
editproducts.cgi
editusers.cgi
sanitycheck.cgi
userprefs.cgi
whine.pl