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

bug #702 - ALTER TABLE tm UNION=(t1,t2) doesn't work if t1.MYD is compressed

This commit is contained in:
serg@serg.mylan
2003-07-15 20:43:57 +02:00
parent fe399f746d
commit 25b16cd6ce
2 changed files with 6 additions and 6 deletions

View File

@@ -801,6 +801,9 @@ void handler::print_error(int error, myf errflag)
int textno=ER_GET_ERRNO;
switch (error) {
case EACCES:
textno=ER_OPEN_AS_READONLY;
break;
case EAGAIN:
textno=ER_FILE_USED;
break;