1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Updated/fixed test and result files to 5.0.46

Note datadict files do not include wrong is_updatable wrong value 
     as a result of bug 30020.
This commit is contained in:
omer@linux.site
2007-07-24 21:31:25 -07:00
parent 9d247f296a
commit ad0c033b84
21 changed files with 402 additions and 659 deletions

View File

@@ -10207,7 +10207,8 @@ SHOW FIELDS FROM v1;
ERROR 42S02: Table 'test.v1' doesn't exist
CHECK TABLE v1;
Table Op Msg_type Msg_text
test.v1 check error Table 'test.v1' doesn't exist
test.v1 check Error Table 'test.v1' doesn't exist
test.v1 check error Corrupt
DESCRIBE v1;
ERROR 42S02: Table 'test.v1' doesn't exist
EXPLAIN SELECT * FROM v1;