Your message dated Fri, 14 Nov 2008 16:00:41 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 5.0.36-1
has caused the Debian Bug report #369798,
regarding libmysqlclient14-dev: enum mysql_enum_shutdown_level not well-defined
in mysql_com.h
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
369798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369798
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libmysqlclient14-dev
Version: 4.1.11a-4sarge3
Severity: normal
Tags: patch
MYSQL_VERSION_ID is tested before it has been defined. This leads to
a warning when compiling with -Wundef and it also will break the
internal logic of mysql_com.h as soon as MYSQL_VERSION_ID exceeds
50000.
The problem is fixed with the following patch:
--- mysql.h.old 2006-06-01 13:35:20.000000000 +0200
+++ mysql.h 2006-06-01 13:35:37.000000000 +0200
@@ -54,9 +54,9 @@
#endif /* my_socket_defined */
#endif /* _global_h */
+#include "mysql_version.h"
#include "mysql_com.h"
#include "mysql_time.h"
-#include "mysql_version.h"
#include "typelib.h"
#include "my_list.h" /* for LISTs used in 'MYSQL' and 'MYSQL_STMT' */
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (800, 'testing'), (700, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.15-e18-tn1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libmysqlclient14-dev depends on:
ii libmysqlclient14 4.1.11a-4sarge3 mysql database client library
ii zlib1g-dev 1:1.2.2-4.sarge.2 compression library - development
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 5.0.36-1
--- End Message ---