2001-12-29  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-recordset.c (fetch_func): if there are no rows, just
	return, for not causing crashes on invalid memory access. Also,
	provide a default in the switch statement

2001-12-27  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-provider.c (gda_mysql_provider_get_schema): started
	implementation
	(get_mysql_tables): implemented SCHEMA_TABLES

2001-12-23  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-recordset.c (fetch_func): don't use mysql_fetch_lengths,
	but the MYSQL_RES 's lengths member. Also, call mysql_fetch_row!

2001-12-22  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-provider.c (gda_mysql_provider_supports): new method
	implementation for the MySQL provider

2001-12-20  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-provider.c (gda_mysql_provider_begin_transaction):
	(gda_mysql_provider_commit_transaction):
	(gda_mysql_provider_rollback_transaction): implemented

2001-12-19  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-provider.c (gda_mysql_provider_get_type): removed extra
	if statement
	(process_sql_commands): initialize counters before using them

2001-12-18  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am:
	* GNOME_Database_Provider_MySQL.server.in: added '-2' suffix
	to executable name

	* gda-mysql-recordset.c (fetch_func): implemented
	(describe_func): implemented

2001-12-17  Rodrigo Moya <rodrigo@gnome-db.org>

	* utils.c (gda_mysql_type_to_gda): new function

2001-12-16  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-provider.c (gda_mysql_provider_execute_command): impl

	* gda-mysql-recordset.[ch]: new files

2001-11-04  Carlos Perell Marn <carlos@gnome-db.org>

	* Makefile.am: Removed lib/ references.

2001-11-02  Rodrigo Moya <rodrigo@gnome-db.org>

	* moved to new location, for not complicating more the
	refactoring

	* utils.c: new file for utility functions
	(gda_mysql_make_error): new function

	* Makefile.am: use libgda-2 instead of libgda-common-2 and
	libgda-server-2

2001-10-12  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-provider.[ch]: new class for implementing the
	GdaServerProvider abstract class

2001-10-11  Rodrigo Moya <rodrigo@gnome-db.org>

	* started refactoring to make use of the new gda-server library

2001-07-15  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-connection.c (gda_mysql_connection_open_schema): return
	a GdaError if we don't support the schema

	(gda_mysql_connection_open): use a GdaQuarkList to parse the
	connection string

2001-06-28  Vivien Malerba <malerba@gnome-db.org>

	* started to implement the schema_types and data types management

2001-05-14  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-recordset.c (fill_field_values): also manage
	BLOB fields

2001-03-13  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-mysql-connection.c (gda_mysql_connection_supports): respond to more
	values in the GDA_Connection_Feature parameter
	* gda-mysql-command.c: added support for command_type in
	gda_mysql_command_execute: fixes bug #51720

2000-10-21  Rodrigo Moya <rodrigo@linuxave.net>

	* added missing <time.h>, which was left over after
	the GNOME headers clean up
