|
My Project
|
#include <sql_get_diagnostics.h>
Public Member Functions | |
| bool | set_value (THD *thd, Item **value) |
Protected Member Functions | |
| Diagnostics_information_item (Item *target) | |
| virtual | ~Diagnostics_information_item () |
A diagnostics information item. Used to associate a specific diagnostics information item to a target variable.
| Diagnostics_information_item::Diagnostics_information_item | ( | Item * | target | ) | [inline, protected] |
Constructor, used to represent a diagnostics information item.
| target | A target that gets the value of this item. |
| virtual Diagnostics_information_item::~Diagnostics_information_item | ( | ) | [inline, protected, virtual] |
Diagnostics_information_item objects are allocated in thd->mem_root. Do not rely on the destructor for any cleanup.
| bool Diagnostics_information_item::set_value | ( | THD * | thd, |
| Item ** | value | ||
| ) |
Set a value for this item.
| thd | The current thread. |
| value | The obtained value. |
| false | on success. |
| true | on error. |
1.7.6.1