• unknown's avatar
    bug #702 - ALTER TABLE tm UNION=(t1,t2) doesn't work if t1.MYD is compressed · b40895f9
    unknown authored
    
    myisammrg/myrg_open.c:
      never mark merge table as readonly even if all underlying myisam tables are readonly,
      otherwise ALTER TABLE merge UNION=(t1,t2,t3,...) will not work
    sql/handler.cc:
      map EACCES to ER_OPEN_AS_READONLY.
      can only happen on modifying merge table that has (some) read-only myisam tables
    b40895f9
myrg_open.c 5.17 KB