mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 06:35:33 +02:00
Automatic merge
This commit is contained in:
commit
ca672e6b61
43 changed files with 186 additions and 167 deletions
|
|
@ -2188,7 +2188,7 @@ static const char *get_dynamic_sql_string(LEX *lex, uint *query_len)
|
|||
lex->prepared_stmt_code.length))
|
||||
&& entry->value)
|
||||
{
|
||||
my_bool is_var_null;
|
||||
bool is_var_null;
|
||||
var_value= entry->val_str(&is_var_null, &str, NOT_FIXED_DEC);
|
||||
/*
|
||||
NULL value of variable checked early as entry->value so here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue