1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-18 23:03:28 +03:00
Files
mariadb/libmysql
unknown 13e8bf67fc SCRUM
including client code into embedded server
code to guess what library to use added
net_field_length moved to pack.c


include/mysql.h:
  typedefinitions moved for suitability
  mysql_option.methods_to_use added
include/mysql_com.h:
  net_store_length declaration
libmysql/libmysql.c:
  net_store_length moved to sql-common/pack.c
libmysqld/libmysqld.c:
  added code to guess whether to use remote or embedded connection
sql-common/client.c:
  options checking added
sql-common/pack.c:
  net_store_length implementation moved here
sql/protocol.cc:
  net_store_length moved to sql-common/pack.c
2003-06-18 15:58:57 +05:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2003-06-18 15:58:57 +05:00
2003-05-31 15:15:46 +05:00
2003-05-31 15:15:46 +05:00
2003-02-04 21:52:14 +02:00