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 Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
CMakeLists.txt my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
completion_hash.cc Many files: 2006-12-23 20:17:15 +01:00
completion_hash.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
get_password.c Many files: 2006-12-23 20:17:15 +01:00
Makefile.am my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
my_readline.h Many files: 2006-12-23 20:17:15 +01:00
mysql.cc Fix bug#23293 "readline detection broken on NetBSD": 2007-01-31 15:25:56 +01:00
mysql_upgrade.c Merge recycle.(none):/src/bug22807/my50-bug22807 2007-01-18 11:46:29 -05:00
mysqladmin.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
mysqlbinlog.cc Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/50 2007-01-18 10:06:36 -07:00
mysqlcheck.c Many files: 2006-12-23 20:17:15 +01:00
mysqldump.c Many files: 2006-12-23 20:17:15 +01:00
mysqlimport.c my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
mysqlmanager-pwgen.c Many files: 2006-12-23 20:17:15 +01:00
mysqlmanagerc.c Many files: 2006-12-23 20:17:15 +01:00
mysqlshow.c my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
mysqltest.c Merge neptunus.(none):/home/msvensson/mysql/bug15518/my50-bug15518 2007-01-16 17:53:45 +01:00
readline.cc Many files: 2006-12-23 20:17:15 +01:00
sql_string.cc Many files: 2006-12-23 20:17:15 +01:00
sql_string.h Many files: 2006-12-23 20:17:15 +01:00