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 | 64e0b9b17b07dbbe11f18a92864d9b2518748fd3 (patch) | |
tree | 9c4fc43c5393dfc3af214d07abd5a8c6383e1391 /libmysql | |
parent | 63777287b8e07abefc74eae6b1fbf95255abd847 (diff) | |
download | mariadb-git-64e0b9b17b07dbbe11f18a92864d9b2518748fd3.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')
-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 \ |