summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
Diffstat (limited to 'sql-common')
-rw-r--r--sql-common/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql-common/client.c b/sql-common/client.c
index 10df4653601..36b2c6122dd 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -1421,7 +1421,8 @@ static MYSQL_METHODS client_methods=
cli_unbuffered_fetch,
NULL,
cli_read_statistic,
- cli_read_query_result
+ cli_read_query_result,
+ cli_read_change_user_result
#endif
};