mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -3977,6 +3977,7 @@ Statement::Statement(LEX *lex_arg, MEM_ROOT *mem_root_arg,
|
||||
lex(lex_arg),
|
||||
db(null_clex_str)
|
||||
{
|
||||
hr_prepare_time.val= 0,
|
||||
name= null_clex_str;
|
||||
}
|
||||
|
||||
@ -3993,6 +3994,7 @@ void Statement::set_statement(Statement *stmt)
|
||||
column_usage= stmt->column_usage;
|
||||
lex= stmt->lex;
|
||||
query_string= stmt->query_string;
|
||||
hr_prepare_time= stmt->hr_prepare_time;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user