-
Arnab Ray authored
- The following tests failed with syntax errors: - ndb_binlog_unique_epoch - ndb_fk_restart - ndb_rpl_conflict_epoch - ndb_rpl_conflict_epoch2 - ndb_rpl_conflict_basic - ndb_rpl_slave_binlog_index - ndb_rpl_conflict_epoch_ext - json_functions_ndb - ndbinfo_tables - Fix by adding back quotes to various identifiers that are now reserved words - The rpl_ndb_extra_col_master failed with a Result Content Mismatch error. Fix was to update the result file such that the binlog_format being set was enclosed within single quotes - Changes were required due to WL#9236, WL#9603 and WL#9727 - Add SQL window functions to MySQL (cherry picked from commit 406e4d9dc89c86f06f74d63a4683174b23c83482)
Arnab Ray authored- The following tests failed with syntax errors: - ndb_binlog_unique_epoch - ndb_fk_restart - ndb_rpl_conflict_epoch - ndb_rpl_conflict_epoch2 - ndb_rpl_conflict_basic - ndb_rpl_slave_binlog_index - ndb_rpl_conflict_epoch_ext - json_functions_ndb - ndbinfo_tables - Fix by adding back quotes to various identifiers that are now reserved words - The rpl_ndb_extra_col_master failed with a Result Content Mismatch error. Fix was to update the result file such that the binlog_format being set was enclosed within single quotes - Changes were required due to WL#9236, WL#9603 and WL#9727 - Add SQL window functions to MySQL (cherry picked from commit 406e4d9dc89c86f06f74d63a4683174b23c83482)
Loading