mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
First part of automatic repair of MyISAM tables.
Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes
This commit is contained in:
@@ -217,7 +217,7 @@ FILE *d;
|
||||
fprintf(d, ">");
|
||||
break;
|
||||
default:
|
||||
fprintf(d, "!%d(%d)!", OP(*s), opnd);
|
||||
fprintf(d, "!%ld(%ld)!", OP(*s), opnd);
|
||||
break;
|
||||
}
|
||||
if (!done)
|
||||
|
||||
Reference in New Issue
Block a user