fixed ifndef typo for MYSQL_DATA_TRUNCATED check

This commit is contained in:
Martin Willi
2008-06-26 07:31:52 +00:00
parent 236083cb56
commit 854a2e1760
@@ -29,7 +29,7 @@
/* Older mysql.h headers do not define it, but we need it. It is not returned
* in in MySQL 4 by default, but by MySQL 5. To avoid this problem, we catch
* it in all cases. */
#ifdef MYSQL_DATA_TRUNCATED
#ifndef MYSQL_DATA_TRUNCATED
#define MYSQL_DATA_TRUNCATED 101
#endif