From f5a75bb57f06b1f09720c7590a638d692a6ce326 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 26 Sep 2022 16:26:16 +0900 Subject: [PATCH] changed my_bool to int --- mod/mod-mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/mod-mysql.c b/mod/mod-mysql.c index bc32edd9..3ffe948e 100644 --- a/mod/mod-mysql.c +++ b/mod/mod-mysql.c @@ -34,7 +34,7 @@ struct param_data_t { - my_bool is_null; + int is_null; union { my_ulonglong llv;