Fix for MacOSX and symlinks

Fix for USE_FRM and crashed index file
This commit is contained in:
monty@narttu.mysql.fi 2003-05-14 01:27:26 +03:00
commit 3e72b423e3
11 changed files with 149 additions and 74 deletions

View file

@ -11,4 +11,5 @@ test.t1 repair error The handler for the table doesn't support repair
drop table t1;
repair table t1 use_frm;
Table Op Msg_type Msg_text
t1 repair error table is read-only or does not exists
test.t1 repair error Table 'test.t1' doesn't exist
create table t1 type=myisam SELECT 1,"table 1";