mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Fix for MacOSX and symlinks
Fix for USE_FRM and crashed index file
This commit is contained in:
parent
c4d3270460
commit
3e72b423e3
11 changed files with 149 additions and 74 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue