diff options
author | Vicențiu Ciorbaru <cvicentiu@gmail.com> | 2021-09-07 16:32:35 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <cvicentiu@gmail.com> | 2021-09-07 16:32:35 +0300 |
commit | b85b8348e761e38dcc2d49d171b7e28c32397374 (patch) | |
tree | 03d22c6ea95877ab0d833292cc791a5a2dd0eac9 /sql/rpl_gtid.cc | |
parent | 391f6b4f1ebe4dccfaf0181257aa46edb6253015 (diff) | |
parent | 528abc749e8a65674dd10f59a2d99d7841709939 (diff) | |
download | mariadb-git-b85b8348e761e38dcc2d49d171b7e28c32397374.tar.gz |
Merge branch '10.2' into 10.3
Diffstat (limited to 'sql/rpl_gtid.cc')
-rw-r--r-- | sql/rpl_gtid.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_gtid.cc b/sql/rpl_gtid.cc index 8408025d389..2574f7b058b 100644 --- a/sql/rpl_gtid.cc +++ b/sql/rpl_gtid.cc @@ -2066,7 +2066,7 @@ rpl_binlog_state::drop_domain(DYNAMIC_ARRAY *ids, push_warning_printf(current_thd, Sql_condition::WARN_LEVEL_WARN, ER_BINLOG_CANT_DELETE_GTID_DOMAIN, "The gtid domain being deleted ('%lu') is not in " - "the current binlog state", *ptr_domain_id); + "the current binlog state", (unsigned long) *ptr_domain_id); continue; } |