Home
last modified time | relevance | path

Searched refs:mysql (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_mysql_vhost.c37 MYSQL *mysql; member
100 mysql_close(s->mysql); in SERVER_FUNC()
203 s->mysql = NULL;
249 if (NULL == (s->mysql = mysql_init(NULL))) {
307 PATCH(mysql);
328 if (s->mysql) {
329 PATCH(mysql);
353 if (!p->conf.mysql) return HANDLER_GO_ON;
372 result = mysql_store_result(p->conf.mysql);
415 while (mysql_next_result(p->conf.mysql) == 0);
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dmysqlvhost.txt17 :keywords: lighttpd, mysql, vhost
35 mysql-vhost.db = "lighttpd"
36 mysql-vhost.user = "lighttpd"
37 mysql-vhost.pass = "secret"
38 mysql-vhost.sock = "/var/mysql.lighttpd.sock"
39 mysql-vhost.sql = "SELECT docroot FROM domains WHERE domain='?'"
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/
H A Dmysql_vhost.conf30 mysql-vhost.db = "lighttpd"
35 mysql-vhost.user = "lighttpd"
36 mysql-vhost.pass = "secret"
44 mysql-vhost.sql = "SELECT docroot FROM domains WHERE domain='?'"
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfigure.ac135 AC_ARG_WITH(mysql, optwith
136 …AC_HELP_STRING([--with-mysql@<:@=PATH@:>@],[Include MySQL support. PATH is the path to 'mysql_conf…
151 AC_MSG_ERROR(mysql_config not exists or not executable, use --with-mysql=path-to-mysql_config)
169 AC_CHECK_HEADERS(errmsg.h mysql.h)
172 AC_DEFINE([HAVE_MYSQL], [1], [mysql support])
H A DSConstruct81 PackageOption('with_mysql', 'enable mysql support', 'no'),
252 mysql_config = checkProgram(env, 'mysql', 'mysql_config')
H A Dconfig.h.in186 /* mysql support */
189 /* Define to 1 if you have the <mysql.h> header file. */
H A DNEWS415 * fixed mysql server reconnects (#518)
668 * fixed mysql-vhost module (was broken in 1.4.5)
H A Dconfigure14238 …as_fn_error use --with-mysql=path-to-mysql_config "mysql_config not exists or not executable" "$LI…
14259 for ac_header in errmsg.h mysql.h