summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorhf@deer.(none) <>2004-02-14 20:26:21 +0400
committerhf@deer.(none) <>2004-02-14 20:26:21 +0400
commite100530b3e9c6011b8b96472b67d9d2cb0b6e47d (patch)
tree4dd52b37d447d33fe6e01db093004f501c36c60a /sql-common
parentb0d04923bce1b5516dd17c94c753bf24f558edd1 (diff)
downloadmariadb-git-e100530b3e9c6011b8b96472b67d9d2cb0b6e47d.tar.gz
Fix for #2212 (mysql_change_user doesn't work in embedded library)
now it's working
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
};