mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
'Replicate user variables' task
include/my_sys.h: Addet reset_dinamic BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
ef62b4c948
commit
6828a4c0a1
12 changed files with 504 additions and 4 deletions
|
|
@ -701,6 +701,7 @@ extern void freeze_size(DYNAMIC_ARRAY *array);
|
|||
#define dynamic_array_ptr(array,array_index) ((array)->buffer+(array_index)*(array)->size_of_element)
|
||||
#define dynamic_element(array,array_index,type) ((type)((array)->buffer) +(array_index))
|
||||
#define push_dynamic(A,B) insert_dynamic(A,B)
|
||||
#define reset_dynamic(array) ((array)->elements= 0)
|
||||
|
||||
extern my_bool init_dynamic_string(DYNAMIC_STRING *str, const char *init_str,
|
||||
uint init_alloc,uint alloc_increment);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue