~maria-captains/maria/mysql-6.0-backup

« back to all changes in this revision

Viewing changes to mysql-test/r/archive.result

  • Committer: Thava Alagu
  • Date: 2010-03-11 19:18:17 UTC
  • mfrom: (3719.14.62 mysql-6.0-codebase)
  • Revision ID: thavamuni.alagu@sun.com-20100311191817-5nigmq884xo9fuut
Merge from mysql-6.0-codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
12743
12743
test.t1 repair  Error   Table upgrade required. Please do "REPAIR TABLE `t1`" or dump/reload to fix it!
12744
12744
test.t1 repair  error   Corrupt
12745
12745
DROP TABLE t1;
 
12746
#
 
12747
# BUG#48757 - missing .ARZ file causes server crash
 
12748
#
 
12749
CREATE TABLE t1(a INT) ENGINE=ARCHIVE;
 
12750
FLUSH TABLE t1;
 
12751
SELECT * FROM t1;
 
12752
ERROR HY000: Can't find file: 't1' (errno: 2)
 
12753
DROP TABLE t1;
 
12754
ERROR 42S02: Unknown table 't1'