• unknown's avatar
    Bug #8183 MERGE and SYM cause wrong SHOW CREATE TABLE · dcfe258f
    unknown authored
    Without this patch, all file elements in info have symlink resolved
    pathnames.  This means append_create_info does not  have any way
    of showing the correct database name when a symlinked database is used.
    
    
    myisam/mi_open.c:
      store name (not symlinked resolved) instead of org_name (symlink resolved)
      in info.
    dcfe258f
mi_open.c 38.5 KB