mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@@ -4352,6 +4352,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);
|
||||
}
|
||||
|
||||
@@ -4445,8 +4447,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