Commit graph

9 commits

Author SHA1 Message Date
df@pippilotta.erinye.com
0ac55ddef2 use correct config_readline.h file 2008-01-03 14:26:41 +01:00
df@pippilotta.erinye.com
44ab4b2e7d Update readline to version 5.2. This fixes bug#18431. 2007-11-19 14:38:08 +01:00
monty@mysql.com/narttu.mysql.fi
601e6f4b2a Fixed compiler warnings
Don't assert if my_thread_end() is called twice (common case)
2006-11-30 21:56:03 +02:00
monty@mysql.com/nosik.monty.fi
e825879800 Remove compiler warnings
(Mostly in DBUG_PRINT() and unused arguments)
Fixed bug in query cache when used with traceing (--with-debug)
Fixed memory leak in mysqldump
Removed warnings from mysqltest scripts (replaced -- with #)
2006-11-20 22:42:06 +02:00
jimw@mysql.com
7d7a4626fc Reimplement use of "config_readline.h" to get readline configuration. 2005-07-18 18:00:19 -07:00
jimw@mysql.com
7cf58d1f86 Upgrade bundled readline to version 5.0. 2005-07-18 17:22:38 -07:00
msvensson@neptunus.(none)
4a4c9017ad BUG#9568 mysql segfaults from CTRL-R
- Segfault because of passing a 64-bit pointer to 32 bit integer.
 - Add new include  config_readline.h which will calculate some new defines 
   based on what is found in config.h
 - This file was originally included in readline 4.3 as config.h.in, only the part that
    makes new defines have been moved to this file.
2005-04-19 13:12:19 +02:00
jimw@mysql.com
d046eef5f9 Fix bug in bundled GNU readline library, based on similar report for
GNU bash (http://lists.gnu.org/archive/html/bug-bash/2002-08/msg00042.html)
and current code from GNU readline 5.0. (Bug #5672)
2005-01-31 18:22:52 -08:00
vva@eagle.mysql.r18.ru
a3891ff328 move readline to cmd-line-utils 2003-01-18 20:53:46 +04:00
Renamed from readline/bind.c (Browse further)