mariadb/libmysql
unknown b012018b7a Fix for #2212 (mysql_change_user doesn't work in embedded library)
now it's working


include/mysql.h:
  read_change_user_result 'virtual' method added
libmysql/client_settings.h:
  cli_read_change_user_result interface
libmysql/libmysql.c:
  cli_read_change_user_result implementation
libmysqld/lib_sql.cc:
  emb_read_change_user_result implementation
sql-common/client.c:
  cli_read_change_user_result added to the method's table
sql/sql_parse.cc:
  fixes to make mysql_change_user working in embedded library
2004-02-14 20:26:21 +04:00
..
.cvsignore
acinclude.m4
client_settings.h Fix for #2212 (mysql_change_user doesn't work in embedded library) 2004-02-14 20:26:21 +04:00
conf_to_src.c Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00
dll.c - Code cleanup: replaced C++-style comments with the proper syntax for 2003-09-24 08:35:02 +02:00
errmsg.c Fix for #2126 (mysql_server_init call shouldn't be needed) 2003-12-18 15:51:22 +04:00
get_password.c fixed bug #1174 2003-09-02 12:09:27 -04:00
libmysql.c Fix for #2212 (mysql_change_user doesn't work in embedded library) 2004-02-14 20:26:21 +04:00
libmysql.def CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
Makefile.am merge with 4.0.15 2003-08-29 13:44:35 +03:00
Makefile.shared my_atof is deleted 2004-02-13 15:27:21 +01:00
manager.c Merge with 4.0 2003-11-04 09:40:36 +02:00