diff options
author | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2007-02-05 17:09:44 +0200 |
---|---|---|
committer | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2007-02-05 17:09:44 +0200 |
commit | 9946ed16f3288e2da3b0e7c32bccd1ef5cee44a9 (patch) | |
tree | 737c2e00143e5a4a899fdb358f76d250da0651ba /mysys | |
parent | 0dc19dadb9a75978addacf54f671901245105c14 (diff) | |
download | mariadb-git-9946ed16f3288e2da3b0e7c32bccd1ef5cee44a9.tar.gz |
Test and bug fixes and removed unneccessary files.
mysys/my_getopt.c:
Fixes problem with getting output lines from
my_getopt in random places in tests.
sql/sql_prepare.cc:
Fixes problem with failing mysql_client_test
on some machines. This is actually a problem
with prepared statements.
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_getopt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_getopt.c b/mysys/my_getopt.c index 3f87186ccc3..075956c7af9 100644 --- a/mysys/my_getopt.c +++ b/mysys/my_getopt.c @@ -70,6 +70,7 @@ static void default_reporter(enum loglevel level, fprintf(stderr, "%s", "Info: "); vfprintf(stderr, format, args); va_end(args); + fflush(stderr); } /* |