1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#25146 Some warnings/errors not shown when using --show-warnings

- Additional patch to fix compiler warnings
This commit is contained in:
msvensson@pilot.mysql.com
2007-11-26 19:50:43 +01:00
parent 385e3a895e
commit f45cf3e975
3 changed files with 5 additions and 4 deletions

View File

@ -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;