summaryrefslogtreecommitdiff
path: root/readline/rltty.c
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-12-15 04:41:20 +0200
committerunknown <monty@hundin.mysql.fi>2001-12-15 04:41:20 +0200
commit6a5f89c9b190b0f26fc0cb12595126cba2659f32 (patch)
tree4fb785cae62baaf3d3a5c967d42c18532d07c9d4 /readline/rltty.c
parentdc4c51db27d6cdc9910caed3999e648ef5b62bb8 (diff)
downloadmariadb-git-6a5f89c9b190b0f26fc0cb12595126cba2659f32.tar.gz
--replace_result in mysqltest can now use variables
client/mysqltest.c: --replace_result can now use variables mysql-test/r/rpl000014.result: Fix to use new replace mysql-test/r/rpl000015.result: Fix to use new replace mysql-test/r/rpl000016.result: Fix to use new replace mysql-test/r/rpl_log.result: Fix to use new replace mysql-test/t/join.test: Fix to use new replace mysql-test/t/rpl000014.test: Fix to use new replace mysql-test/t/rpl000015.test: Fix to use new replace mysql-test/t/rpl000016.test: Fix to use new replace mysql-test/t/rpl_log.test: Fix to use new replace readline/rltty.c: Add missing function
Diffstat (limited to 'readline/rltty.c')
-rw-r--r--readline/rltty.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/readline/rltty.c b/readline/rltty.c
index ed48ce69dd7..f87c1c9747f 100644
--- a/readline/rltty.c
+++ b/readline/rltty.c
@@ -368,6 +368,16 @@ static TIOTYPE otio;
# define OUTPUT_BEING_FLUSHED(tp) 0
#endif
+#if defined (_AIX) || (defined (FLUSHO) && defined (_AIX41))
+static void
+rltty_warning (msg)
+ char *msg;
+{
+ fprintf (stderr, "readline: warning: %s\n", msg);
+}
+#endif
+
+
#if defined (_AIX)
void
setopost(tp)