pike.git
/
lib
/
modules
/
Sql.pmod
/
mysql.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/mysql.pike:1:
/*
-
* $Id: mysql.pike,v 1.
20
2004/04/
14
20
:
20
:
34
nilsson
Exp $
+
* $Id: mysql.pike,v 1.
21
2004/04/
16
12
:
12
:
46
grubba
Exp $
* * Glue for the Mysql-module */ //! Implements the glue needed to access the Mysql-module from the generic //! SQL module. #pike __REAL_VERSION__
-
#if constant(Mysql)
+
#if constant(Mysql
.mysql
)
inherit Mysql.mysql; #if constant( Mysql.mysql.MYSQL_NO_ADD_DROP_DB ) // Documented in the C-file. void create_db( string db ) { ::big_query( "CREATE DATABASE "+db ); }