mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
automerge from 5.1-bugteam: Bug#52172 post-push fix: init auto-variable to NULL
This commit is contained in:
@@ -2370,7 +2370,7 @@ static void DbugFlush(CODE_STATE *cs)
|
|||||||
|
|
||||||
void _db_flush_()
|
void _db_flush_()
|
||||||
{
|
{
|
||||||
CODE_STATE *cs;
|
CODE_STATE *cs= NULL;
|
||||||
get_code_state_or_return;
|
get_code_state_or_return;
|
||||||
(void) fflush(cs->stack->out_file);
|
(void) fflush(cs->stack->out_file);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user