mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Some warning fixes and some SSL testprograms check-in
This commit is contained in:
@ -51,7 +51,7 @@ my_bool init_dynamic_string(DYNAMIC_STRING *str, const char *init_str,
|
||||
|
||||
my_bool dynstr_set(DYNAMIC_STRING *str, const char *init_str)
|
||||
{
|
||||
uint length;
|
||||
uint length=0;
|
||||
DBUG_ENTER("dynstr_set");
|
||||
|
||||
if (init_str && (length= (uint) strlen(init_str)+1) > str->max_length)
|
||||
|
Reference in New Issue
Block a user