aboutsummaryrefslogtreecommitdiff
path: root/src/my/my_query_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/my/my_query_helper.c')
-rw-r--r--src/my/my_query_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/my/my_query_helper.c b/src/my/my_query_helper.c
index 3b5d90179..ee266ddc1 100644
--- a/src/my/my_query_helper.c
+++ b/src/my/my_query_helper.c
@@ -44,6 +44,7 @@ my_conv_fixed_size (void *cls,
44 qbind->buffer = (void *) qp->data; 44 qbind->buffer = (void *) qp->data;
45 qbind->buffer_length = qp->data_len; 45 qbind->buffer_length = qp->data_len;
46 qbind->length = (unsigned long *) &qp->data_len; 46 qbind->length = (unsigned long *) &qp->data_len;
47 qbind->buffer_type = 1;
47 return 0; 48 return 0;
48} 49}
49 50