aboutsummaryrefslogtreecommitdiff
path: root/src/mysql.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-12-10 14:25:55 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-12-10 14:25:55 +0200
commit1f2122af3af26803267ca8c84b0f1050333240c9 (patch)
tree06974df6fe265e03d8cb7b8f78ad271238730e58 /src/mysql.c
parent0700401f26aa83e68bf0a8e071fa891ee57bde30 (diff)
downloadvmod-sql-1f2122af3af26803267ca8c84b0f1050333240c9.tar.gz
vmod-sql-1f2122af3af26803267ca8c84b0f1050333240c9.tar.bz2
Version 1.3release-1.3
Supports Varnish 6.0.2 Includes improved version of wordsplit routines.
Diffstat (limited to 'src/mysql.c')
-rw-r--r--src/mysql.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mysql.c b/src/mysql.c
index f113b10..3cfbe03 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-sql
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-sql is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -211,7 +211,8 @@ s_mysql_num_tuples(struct vmod_sql_connection *conn)
}
static const char *
-s_mysql_get_column(struct vmod_sql_connection *conn, size_t nrow, size_t ncol)
+s_mysql_get_column(struct vmod_sql_connection *conn,
+ unsigned nrow, unsigned ncol)
{
struct vmod_mysql_data *mp = conn->data;
MYSQL_ROW row;

Return to:

Send suggestions and report system problems to the System administrator.