diff options
author | unknown <msvensson@pilot.mysql.com> | 2007-11-26 19:50:43 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2007-11-26 19:50:43 +0100 |
commit | 53cf19216fb06d794fbdab56f2fb34b3e327b66b (patch) | |
tree | 6c2250574e920370dd1ff0ea0d37cf9ef78a293e /mysql-test/r/mysql.result | |
parent | 835dcc09710f12302e8cbdeaece18a03cc8081f4 (diff) | |
download | mariadb-git-53cf19216fb06d794fbdab56f2fb34b3e327b66b.tar.gz |
Bug#25146 Some warnings/errors not shown when using --show-warnings
- Additional patch to fix compiler warnings
client/mysql.cc:
Initialize warnings to 0 to avid compiler warning
Call 'print_warnings' also when error occured
mysql-test/r/mysql.result:
Change test to make is possible to see that second set of warnings
are from second invocation of mysql
mysql-test/t/mysql.test:
Change test to make is possible to see that second set of warnings
are from second invocation of mysql
Diffstat (limited to 'mysql-test/r/mysql.result')
-rw-r--r-- | mysql-test/r/mysql.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result index a70cad308d9..a4d96c1c243 100644 --- a/mysql-test/r/mysql.result +++ b/mysql-test/r/mysql.result @@ -184,7 +184,7 @@ End of 5.0 tests WARNING: --server-arg option not supported in this configuration. Warning (Code 1286): Unknown table engine 'nonexistent' Warning (Code 1266): Using storage engine MyISAM for table 't2' -Warning (Code 1286): Unknown table engine 'nonexistent' +Warning (Code 1286): Unknown table engine 'nonexistent2' Warning (Code 1266): Using storage engine MyISAM for table 't2' Error (Code 1050): Table 't2' already exists drop tables t1, t2; |