Navigation Menu

Skip to content

Commit

Permalink
Ensure initializing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 2, 2015
1 parent 6bbf80a commit 3baa94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrn_table.cpp
Expand Up @@ -341,8 +341,8 @@ int mrn_parse_table_param(MRN_SHARE *share, TABLE *table)
for (i = 2; i > 0; i--)
#endif
{
const char *params_string_value;
uint params_string_length;
const char *params_string_value = NULL;
uint params_string_length = 0;
switch (i)
{
#ifdef WITH_PARTITION_STORAGE_ENGINE
Expand Down

0 comments on commit 3baa94f

Please sign in to comment.