We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20bc643 + acb1fd8 commit 7f616edCopy full SHA for 7f616ed
sql/ndb_repl_tab.cc
@@ -307,20 +307,16 @@ Ndb_rep_tab_reader::scan_candidates(Ndb* ndb,
307
/* Compare row to searchkey to get quality of match */
308
int match_quality= Ndb_rep_tab_key::get_match_quality(&searchkey,
309
&row.key);
310
-#ifndef NDEBUG
311
- {
312
- row.null_terminate_strings();
+ row.null_terminate_strings();
313
314
- DBUG_PRINT("info", ("Candidate : %s.%s %u : %u %s"
+ DBUG_PRINT("info", ("Candidate : %s.%s %u : %u %s"
315
" Match quality : %u.",
316
row.key.get_db(),
317
row.key.get_table_name(),
318
row.key.server_id,
319
row.binlog_type,
320
row.get_conflict_fn_spec(),
321
match_quality));
322
- }
323
-#endif
324
325
if (match_quality > 0)
326
{
0 commit comments