1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-02 14:22:51 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
0ac55ddef2 use correct config_readline.h file 2008-01-03 14:26:41 +01:00
44ab4b2e7d Update readline to version 5.2. This fixes bug#18431. 2007-11-19 14:38:08 +01:00
bcbc0031eb Fixed compiler warnings. 2007-02-28 22:23:35 +02:00
e5cc397f33 Fixed compiler warnings (for linux and win32 and win64)
Fixed a couple of usage of not initialized warnings (unlikely cases)
2007-02-22 16:59:57 +02:00
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
a3891ff328 move readline to cmd-line-utils 2003-01-18 20:53:46 +04:00