diff options
author | unknown <hf@deer.mysql.r18.ru> | 2003-04-23 19:37:33 +0500 |
---|---|---|
committer | unknown <hf@deer.mysql.r18.ru> | 2003-04-23 19:37:33 +0500 |
commit | f0909cd71a7a1d0904845af4e5e06d213f911de1 (patch) | |
tree | ca16079f1d4f7eae6f2205e124d0c90afbec8409 /Makefile.am | |
parent | 7c87a3f140ac801c0922b3a24e59381f627f105a (diff) | |
download | mariadb-git-f0909cd71a7a1d0904845af4e5e06d213f911de1.tar.gz |
SCRUM
Protocol_cursor class and sql-common/ directory
Makefile.am:
pack.c added to linked sources
include/mysql.h:
net_field_length_ll declaration added
include/mysql_com.h:
net_field_length declaration added
libmysql/Makefile.am:
sql-common files symlinked
libmysql/Makefile.shared:
pack.lo target added
libmysql/libmysql.c:
net_field_length removed from here
sql/Makefile.am:
pack.c added to the sources
sql/mini_client.cc:
mc_net_field_length functions replaced with net_field_length
sql/protocol.h:
Protocol_cursor class added
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f8b559c4238..26c26357400 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,7 @@ linked_netware_sources: #avoid recursive make calls in sql directory linked_server_sources: - cd sql; rm -f mini_client_errors.c;@LN_CP_F@ ../libmysql/errmsg.c mini_client_errors.c + cd sql; rm -f mini_client_errors.c;@LN_CP_F@ ../libmysql/errmsg.c mini_client_errors.c; rm -f pack.c;@LN_CP_F@ ../sql-common/pack.c pack.c echo timestamp > linked_server_sources # Create permission databases |