1
0
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:
tonu@x153.internalnet
2001-08-26 00:18:20 +08:00
parent b4815e5ec7
commit 451e3c8c3b
10 changed files with 261 additions and 72 deletions

View File

@ -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)