mariadb/libmysqld
unknown f4b014d5c3 Removing net emulation out of embedded library
include/mysql.h:
  Several structures content changed for embedded case
include/violite.h:
  enum_vio_type extended
libmysqld/embedded_priv.h:
  three new funcs added
libmysqld/lib_sql.cc:
  A lot of changes on the way to excude network emulation
libmysqld/lib_vio.c:
  vio structure changed.
  we're on the way to remove network...
libmysqld/libmysqld.c:
  A lot of changes.
sql/ha_myisam.cc:
  Network sending modified for embedded case.
sql/net_pkg.cc:
  Exclude network from error sending
sql/sql_acl.cc:
  Exclude access permissions checking in embedded case
sql/sql_base.cc:
  Implementation of send_fields got quite different in enbedded case and now
  placed in lib_sql.cc
sql/sql_class.cc:
  select_send::send_data for embedded case placed in lib_sql
sql/sql_class.h:
  Extra fields added for embedded case
sql/sql_parse.cc:
  remove this out of server
sql/sql_show.cc:
  lots of similar changes to exclude network emulation
sql/sql_table.cc:
  Network emulation excluded
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-06-17 16:24:51 +05:00
..
examples fix to make the compile work with --with-other-libc 2002-03-30 16:24:30 -07:00
copyright Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
embedded_priv.h Removing net emulation out of embedded library 2002-06-17 16:24:51 +05:00
lib_load.cc Win32 Embedded Server Changes 2002-01-09 05:38:48 -02:00
lib_sql.cc Removing net emulation out of embedded library 2002-06-17 16:24:51 +05:00
lib_vio.c Removing net emulation out of embedded library 2002-06-17 16:24:51 +05:00
libmysqld.c Removing net emulation out of embedded library 2002-06-17 16:24:51 +05:00
libmysqld.def Win32 Embedded Server Changes 2002-01-09 05:38:48 -02:00
Makefile.am add sql_derived.cc into compilation 2002-03-29 19:27:21 +04:00