diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-03-28 15:37:06 +0200 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-03-28 15:37:06 +0200 |
commit | c1291234c32609cd6f1bab2266a1dc7b964e0fe2 (patch) | |
tree | a296edf261e799867d22aeff4efeee3d6ac753b4 /readline | |
parent | 4252578b687e972cb482ab22efca01b8ea484221 (diff) | |
download | mariadb-git-c1291234c32609cd6f1bab2266a1dc7b964e0fe2.tar.gz |
Bug fixes
Docs/manual.texi:
I have to document my bug fixes ...
readline/Makefile.am:
Fix for core dump in mysql monitor program when some Ctrl keys are
pressed
sql/convert.cc:
Fix of the bug with columns > 64 K when SET CHAR.. SET is used
Diffstat (limited to 'readline')
-rw-r--r-- | readline/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/Makefile.am b/readline/Makefile.am index e77d7815af2..37e97289e6b 100644 --- a/readline/Makefile.am +++ b/readline/Makefile.am @@ -26,7 +26,7 @@ noinst_HEADERS = rldefs.h histlib.h rlwinsize.h \ EXTRA_DIST= emacs_keymap.c vi_keymap.c -DEFS = -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H +DEFS = -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR # Don't update the files from bitkeeper %::SCCS/s.% |