Skip to content

Commit 70c37a2

Browse files
committed
Merge cleanup: remove an unused variable
1 parent 2ea4a03 commit 70c37a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/innobase/handler/ha_innodb.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22049,7 +22049,6 @@ static MYSQL_SYSVAR_STR(extra_system_table_prefixes,
2204922049
"Additional prefixes that designate system (not user) tables for metrics accounting.",
2205022050
nullptr, nullptr, nullptr);
2205122051

22052-
extern uint srv_flush_log_at_timeout;
2205322052
static MYSQL_SYSVAR_UINT(flush_log_at_timeout, srv_flush_log_at_timeout,
2205422053
PLUGIN_VAR_OPCMDARG,
2205522054
"Write and flush logs every (n) second.", nullptr,

0 commit comments

Comments
 (0)