From f1c754efe9b78fb8497042ebdb1b2245df392381 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Jul 2003 15:58:37 +0200 Subject: Code cleanup (and moved sp cache to separate file). --- libmysqld/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqld/Makefile.am') diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index 13e389b4dca..fecec6254af 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -56,7 +56,7 @@ sqlsources = convert.cc derror.cc field.cc field_conv.cc filesort.cc \ sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc \ unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc \ spatial.cc gstream.cc sql_help.cc \ - sp_head.cc sp_pcontext.cc sp.cc + sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc EXTRA_DIST = lib_vio.c -- cgit v1.2.1