1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

bug#33094: Error in upgrading from 5.0 to 5.1 when table contains triggers

Post-fix test failure: fixed mysqlcheck.test on Windows platforms.
This commit is contained in:
Ramil Kalimullin
2009-01-15 00:54:25 +04:00
parent efb10b6b20
commit 2dba01b2fa
2 changed files with 3 additions and 1 deletions

View File

@ -146,7 +146,7 @@ CREATE TABLE `я` (a INT);
SET NAMES DEFAULT;
mysqlcheck --default-character-set="latin1" --databases test
test.?
Error : Table 'test.?' doesn't exist
Error : Table doesn't exist
error : Corrupt
mysqlcheck --default-character-set="utf8" --databases test
test.я OK