diff options
author | pem@mysql.com <> | 2003-07-03 15:58:37 +0200 |
---|---|---|
committer | pem@mysql.com <> | 2003-07-03 15:58:37 +0200 |
commit | 6d225437ed4eb35b93e991ef77d0600c2496f7a7 (patch) | |
tree | 83c79223e6a4146b43a67586468de071b057d3b9 /libmysqld | |
parent | 1d3c703d58af5b98ba1055054319d5c5b521b335 (diff) | |
download | mariadb-git-6d225437ed4eb35b93e991ef77d0600c2496f7a7.tar.gz |
Code cleanup (and moved sp cache to separate file).
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |