Skip to content

[split 12/22] history: quote database identifier in BinLogHistory DDL, null-safe host columns - #1367

Open
minguyen9988 wants to merge 1 commit into
2.10.0from
omniwatcher/split-12-binlog-history
Open

[split 12/22] history: quote database identifier in BinLogHistory DDL, null-safe host columns#1367
minguyen9988 wants to merge 1 commit into
2.10.0from
omniwatcher/split-12-binlog-history

Conversation

@minguyen9988

Copy link
Copy Markdown
Collaborator

BinLogHistory emitted CREATE TABLE with the database name unquoted (breaks on hyphenated database names) and could return null for host columns (NPE at insert bind time). Identifiers are now backtick-quoted and host columns null-coalesced. BinLogHistoryTest expanded.

Part of the split of #1353 into independently mergeable sub-PRs (each <= 10 files), so the 2.10.0 branch can absorb the fixes incrementally.

Split out of #1353, which this series replaces. Each sub-PR is <= 10 files; the union of all 22 reproduces the #1353 tree exactly (verified by tree SHA).

…st columns

BinLogHistory emitted CREATE TABLE with the database name unquoted (breaks on hyphenated database names) and could return null for host columns (NPE at insert bind time). Identifiers are now backtick-quoted and host columns null-coalesced. BinLogHistoryTest expanded.

Part of the split of #1353 into independently mergeable sub-PRs (each <= 10 files), so the 2.10.0 branch can absorb the fixes incrementally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant