sql_view.cc:
Patch to eliminate compilation warning. sql/sql_view.cc: Patch to eliminate warning.
This commit is contained in:
parent
9172429817
commit
9d37b35cad
@ -863,7 +863,7 @@ err:
|
||||
view->query.str= NULL;
|
||||
view->query.length= 0;
|
||||
view->md5.str= NULL;
|
||||
view->md5.length= NULL;
|
||||
view->md5.length= 0;
|
||||
DBUG_RETURN(error);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user