Skip to content
  • kevin.lewis@oracle.com's avatar
    f07f0000
    Follow up to wl7342 which refactored the tablespace class · f07f0000
    kevin.lewis@oracle.com authored
    in InnoDB.  There were some regressions in the embedded
    runs of pushbuild.  Most were unforseen changes in the 
    testcases.  But there was one issure in the way InnoDB
    converted a filepath to lower case on Windows.  The solution
    is to store the filepath with the case provided and compare
    to other filepaths as case insensitive if 
    lower_case_table_names is not 0.
    f07f0000
    Follow up to wl7342 which refactored the tablespace class
    kevin.lewis@oracle.com authored
    in InnoDB.  There were some regressions in the embedded
    runs of pushbuild.  Most were unforseen changes in the 
    testcases.  But there was one issure in the way InnoDB
    converted a filepath to lower case on Windows.  The solution
    is to store the filepath with the case provided and compare
    to other filepaths as case insensitive if 
    lower_case_table_names is not 0.
Loading