Compilation warning with MySQL 5.5.16
Bug #880268 reported by
Laurynas Biveinis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
percona-pam-for-mysql |
Fix Released
|
High
|
Laurynas Biveinis |
Bug Description
$ make
[...]
auth_pam.c:303:1: error: missing initializer [-Werror=
auth_pam.c:303:1: error: (near initialization for ‘_mysql_
auth_pam.c:318:2: error: missing initializer [-Werror=
auth_pam.c:318:2: error: (near initialization for ‘_mysql_
cc1: all warnings being treated as errors
It is caused by MySQL 5.5.16 introducing new field in st_plugin_struct.
Related branches
lp://staging/~laurynas-biveinis/percona-pam-for-mysql/bug880268
- Stewart Smith: Approve
-
Diff: 27 lines (+9/-1)1 file modifiedauth_pam.c (+9/-1)
Changed in percona-pam-for-mysql: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Laurynas Biveinis (laurynas-biveinis) |
milestone: | none → percona-pam-preview |
Changed in percona-pam-for-mysql: | |
status: | In Progress → Fix Committed |
Changed in percona-pam-for-mysql: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.