mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
@ -110,6 +110,9 @@ Diagnostics_information_item::set_value(THD *thd, Item **value)
|
||||
|
||||
DBUG_ASSERT(srp);
|
||||
|
||||
/* GET DIAGNOSTICS is not allowed in prepared statements */
|
||||
DBUG_ASSERT(srp->get_item_param() == NULL);
|
||||
|
||||
/* Set variable/parameter value. */
|
||||
rv= srp->set_value(thd, thd->spcont, value);
|
||||
|
||||
|
Reference in New Issue
Block a user