Searched refs:mysql (Results 1 – 8 of 8) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_mysql_vhost.c | 37 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 D | mysqlvhost.txt | 17 :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 D | mysql_vhost.conf | 30 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 D | configure.ac | 135 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 D | SConstruct | 81 PackageOption('with_mysql', 'enable mysql support', 'no'), 252 mysql_config = checkProgram(env, 'mysql', 'mysql_config')
|
| H A D | config.h.in | 186 /* mysql support */ 189 /* Define to 1 if you have the <mysql.h> header file. */
|
| H A D | NEWS | 415 * fixed mysql server reconnects (#518) 668 * fixed mysql-vhost module (was broken in 1.4.5)
|
| H A D | configure | 14238 …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
|