[MDEV-3608] LP:466090 - Missing define for internal libevent on Debian 4 (Etch) Created: 2009-10-31 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Arjen Lentz (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
As subject. Also, missing copyright notice for copied BSD defines. Fix by Antony Curtis. Branch attached, based on 5.1-release tree. |
| Comments |
| Comment by Arjen Lentz (Inactive) [ 2009-10-31 ] |
|
Re: Missing define for internal libevent on Debian 4 (Etch) |
| Comment by Michael Widenius [ 2009-11-02 ] |
|
[Bug 466090] Re: Missing define for internal libevent on Debian 4 (Etch) Hi! >>>>> "Arjen" == Arjen Lentz <arjen@openquery.com> writes: Arjen> Since this bug/fix involves a main source modification, the OurDelta #ifndef HAVE_TAILQFOREACH #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) I checked the BSD code and the macros has similar names, but As the names as such are not copyrightable and we don't strictly need the I also checked that the README file contains the Copyright text Arjen, ok to push your fix to the 5.1-release tree. Regards, |
| Comment by Arjen Lentz (Inactive) [ 2009-11-03 ] |
|
Re: [Bug 466090] Re: Missing define for internal libevent on Debian 4 (Etch) We should also have -Wimplicit, as it would have caught the problem On 03/11/2009, at 12:59 AM, Michael Widenius wrote: – Follow our blog at http://openquery.com/blog/ |
| Comment by Rasmus Johansson (Inactive) [ 2009-11-04 ] |
|
Re: [Bug 466090] Re: Missing define for internal libevent on Debian 4 (Etch) On 3-Nov-09, at 6:52 PM, Arjen Lentz wrote: > Hi Monty Short of that, you can crank up the warning levels with -Wall, -Wextra ? --Toby |
| Comment by Rasmus Johansson (Inactive) [ 2009-11-04 ] |
|
Launchpad bug id: 466090 |
| Comment by Kristian Nielsen [ 2009-11-04 ] |
|
Re: Missing define for internal libevent on Debian 4 (Etch) Thanks! |