Skip to content
Snippets Groups Projects
Commit bd49a666 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Oops.

Rev: lib/modules/Sql.pmod/mysql.pike:1.38
parent 9bcbd2d1
Branches
Tags
No related merge requests found
/* /*
* $Id: mysql.pike,v 1.37 2007/05/03 13:57:35 mast Exp $ * $Id: mysql.pike,v 1.38 2007/05/03 14:09:30 mast Exp $
* *
* Glue for the Mysql-module * Glue for the Mysql-module
*/ */
...@@ -23,7 +23,7 @@ inherit Mysql.mysql; ...@@ -23,7 +23,7 @@ inherit Mysql.mysql;
#define CH_DEBUG(X...) #define CH_DEBUG(X...)
#endif #endif
#ifndef (Mysql.mysql.HAVE_MYSQL_FIELD_CHARSETNR) #if !constant (Mysql.mysql.HAVE_MYSQL_FIELD_CHARSETNR)
// Recognition constant to tell that the unicode decode mode would use // Recognition constant to tell that the unicode decode mode would use
// the buggy MySQLBrokenUnicodeWrapper if it would be enabled through // the buggy MySQLBrokenUnicodeWrapper if it would be enabled through
// any of the undocumented methods. // any of the undocumented methods.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment