-
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.
kevin.lewis@oracle.com authoredin 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