mariadb/client
joerg@trift2. e56eb2288c Fix bug#23293 "readline detection broken on NetBSD":
Its root cause is a difference between the "readline" and "libedit" (header files)
definitions of "rl_completion_entry_function", where the "libedit" one is wrong anyway:
This variable is used as a pointer to a function returning "char *",
but "libedit" declares it as returning "int" and then adds casts on usage.

Change it to "CPFunction *" and get rid of the casts.
2007-01-31 15:25:56 +01:00
..
.cvsignore
client_priv.h
CMakeLists.txt
completion_hash.cc
completion_hash.h
get_password.c
Makefile.am
my_readline.h
mysql.cc Fix bug#23293 "readline detection broken on NetBSD": 2007-01-31 15:25:56 +01:00
mysql_upgrade.c
mysqladmin.cc
mysqlbinlog.cc
mysqlcheck.c
mysqldump.c
mysqlimport.c
mysqlmanager-pwgen.c
mysqlmanagerc.c
mysqlshow.c
mysqltest.c
readline.cc
sql_string.cc
sql_string.h