mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.6' into 10.7
This commit is contained in:
@ -4505,6 +4505,8 @@ bool Prepared_statement::prepare(const char *packet, uint packet_len)
|
||||
if (thd->spcont == NULL)
|
||||
general_log_write(thd, COM_STMT_PREPARE, query(), query_length());
|
||||
}
|
||||
// The same format as for triggers to compare
|
||||
hr_prepare_time= my_hrtime();
|
||||
DBUG_RETURN(error);
|
||||
}
|
||||
|
||||
@ -4598,8 +4600,8 @@ Prepared_statement::execute_loop(String *expanded_query,
|
||||
uchar *packet_end)
|
||||
{
|
||||
Reprepare_observer reprepare_observer;
|
||||
bool error;
|
||||
int reprepare_attempt= 0;
|
||||
bool error;
|
||||
iterations= FALSE;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user