|
My Project
|
#include <table.h>
Public Member Functions | |
| void | reset () |
| char * | store (const char *from, uint length) |
| void | set_truncated_value (bool is_truncated_value) |
| bool | is_truncated_value () |
Class is used as a BLOB field value storage for intermediate GROUP_CONCAT results. Used only for GROUP_CONCAT with DISTINCT or ORDER BY options.
| char* Blob_mem_storage::store | ( | const char * | from, |
| uint | length | ||
| ) | [inline] |
Fuction creates duplicate of 'from' string in 'storage' MEM_ROOT.
| from | string to copy |
| length | string length |
| Pointer | to the copied string. |
| 0 | if an error occured. |
1.7.6.1