Loading Docs/manual.texi +5 −0 Original line number Diff line number Diff line Loading @@ -48919,6 +48919,11 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item Fixed @code[SIGINT] and @code[SIGQUIT] problems in mysql.cc @item Fixed bug in convert.cc, which is caused by having a wrong net_store_length linked in CONVERT::store method @item @code{DOUBLE} and @code{FLOAT} columns are now honoring the @code{UNSIGNED} flag on storage. @item readline/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -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.% sql/convert.cc +1 −1 Original line number Diff line number Diff line Loading @@ -456,7 +456,7 @@ bool CONVERT::store(String *packet,const char *from,uint length) packet->realloc(packet_length+5+length)) return 1; char *to=(char*) net_store_length((char*) packet->ptr()+packet_length, length); (ulonglong)length); for (const char *end=from+length ; from != end ; from++) *to++= to_map[(uchar) *from]; Loading Loading
Docs/manual.texi +5 −0 Original line number Diff line number Diff line Loading @@ -48919,6 +48919,11 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item Fixed @code[SIGINT] and @code[SIGQUIT] problems in mysql.cc @item Fixed bug in convert.cc, which is caused by having a wrong net_store_length linked in CONVERT::store method @item @code{DOUBLE} and @code{FLOAT} columns are now honoring the @code{UNSIGNED} flag on storage. @item
readline/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -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.%
sql/convert.cc +1 −1 Original line number Diff line number Diff line Loading @@ -456,7 +456,7 @@ bool CONVERT::store(String *packet,const char *from,uint length) packet->realloc(packet_length+5+length)) return 1; char *to=(char*) net_store_length((char*) packet->ptr()+packet_length, length); (ulonglong)length); for (const char *end=from+length ; from != end ; from++) *to++= to_map[(uchar) *from]; Loading