ha_innodb.cc:
Correct an assertion sql/ha_innodb.cc: Correct an assertion
This commit is contained in:
parent
3296a12151
commit
136839824e
@ -1623,7 +1623,7 @@ innobase_report_binlog_offset_and_commit(
|
|||||||
(char*)mem_alloc_noninline(FN_REFLEN + 100);
|
(char*)mem_alloc_noninline(FN_REFLEN + 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
ut_a(strlen(log_file_name) <= FN_REFLEN + 100);
|
ut_a(strlen(log_file_name) < FN_REFLEN + 100);
|
||||||
|
|
||||||
strcpy(trx->repl_wait_binlog_name, log_file_name);
|
strcpy(trx->repl_wait_binlog_name, log_file_name);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user