From 62c8014171cf81a17897d85f0c80d0621548a2ae Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Thu, 4 Oct 2001 02:44:18 +0300 Subject: Fixed some build problems. Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling --- libmysqld/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqld/examples') diff --git a/libmysqld/examples/Makefile.am b/libmysqld/examples/Makefile.am index 75487302e46..124bc3e05f4 100644 --- a/libmysqld/examples/Makefile.am +++ b/libmysqld/examples/Makefile.am @@ -26,7 +26,7 @@ LDADD = $(top_builddir)/libmysqld/libmysqld.la \ mysqltest_DEPENDENCIES = ../libmysqld.la mysqltest_SOURCES = mysqltest.c -mysql_SOURCES = mysql.cc readline.cc sql_string.cc completion_hash.cc \ +mysql_SOURCES = mysql.cc readline.cc completion_hash.cc \ my_readline.h sql_string.h completion_hash.h mysql_LDADD = @readline_link@ @TERMCAP_LIB@ $(LDADD) -- cgit v1.2.1