diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-09 08:18:36 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-09 08:18:36 -0300 |
commit | 2ccaf604e2aa7ee60a25933671855c8035e6d47c (patch) | |
tree | 9c4fc43c5393dfc3af214d07abd5a8c6383e1391 /libmysql/Makefile.shared | |
parent | 1d73bbd3a34750a3e1619b43605b865f4dceccd4 (diff) | |
download | mariadb-git-2ccaf604e2aa7ee60a25933671855c8035e6d47c.tar.gz |
Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled
Post-merge fix: remove reference to file that is now gone.
Diffstat (limited to 'libmysql/Makefile.shared')
-rw-r--r-- | libmysql/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 2b413831076..e972a6bdec8 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -52,7 +52,7 @@ mystringsextra= strto.c dbugobjects = dbug.lo mysysheaders = mysys_priv.h my_static.h vioheaders = vio_priv.h -mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo \ +mysysobjects1 = my_init.lo my_static.lo my_malloc.lo \ my_create.lo my_delete.lo mf_tempfile.lo my_open.lo \ my_file.lo my_read.lo my_write.lo errors.lo \ my_error.lo my_getwd.lo my_div.lo \ |