pike.git/
lib/
modules/
Sql.pmod/
mysql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2007-05-03
2007-05-03 14:09:30 by Martin Stjernholm <mast@lysator.liu.se>
321f091a87ea37516ee0e919f4b833803f2d377e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.6
Oops.
Rev: lib/modules/Sql.pmod/mysql.pike:1.33
1:
/*
-
* $Id: mysql.pike,v 1.
32
2007/05/03
13
:
57
:
35
mast Exp $
+
* $Id: mysql.pike,v 1.
33
2007/05/03
14
:
09
:
30
mast Exp $
* * Glue for the Mysql-module */
23:
#define CH_DEBUG(X...) #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 // the buggy MySQLBrokenUnicodeWrapper if it would be enabled through // any of the undocumented methods.