|
MySQL 5.6.14 Source Code Document
|

Public Member Functions | |
| Rpl_info_values (int param_ninfo) | |
| bool | init () |
Public Attributes | |
| String * | value |
Definition at line 24 of file rpl_info_values.h.
| bool Rpl_info_values::init | ( | ) |
Initializes a sequence of values to be read from or stored into a repository. The number of values created and initialized are determined by the property ninfo which is set while calling the constructor. Each value is created with the default size of FN_REFLEN.
| FALSE | No error |
| TRUE | Failure |
Definition at line 30 of file rpl_info_values.cc.
| String* Rpl_info_values::value |
Sequence of values to be read from or stored into a repository.
Definition at line 35 of file rpl_info_values.h.