mariadb/libmysql
unknown 759aabf7df Fix for bugs #1437, #1446
include/mysql.h:
  read_statistic added to virtual methods
libmysql/client_settings.h:
  interface for cli_read_statistic added
libmysql/libmysql.c:
  read_statistic and mysql_stat code changes
libmysqld/lib_sql.cc:
  emb_read_statistic implemented
  server_version initialized
sql-common/client.c:
  cli_read_statistic added to the table
sql/sql_parse.cc:
  storage of result of COM_STATISTIC changed in embedded library
2003-10-04 19:28:08 +05:00
..
.cvsignore
acinclude.m4
client_settings.h Fix for bugs #1437, #1446 2003-10-04 19:28:08 +05:00
conf_to_src.c
dll.c - Code cleanup: replaced C++-style comments with the proper syntax for 2003-09-24 08:35:02 +02:00
errmsg.c merge with 4.1 tree 2003-09-11 20:31:40 +03:00
get_password.c
libmysql.c Fix for bugs #1437, #1446 2003-10-04 19:28:08 +05:00
libmysql.def
Makefile.am
Makefile.shared
manager.c