sql_view.cc:

Patch to eliminate compilation warning.


sql/sql_view.cc:
  Patch to eliminate warning.
This commit is contained in:
unknown 2007-05-31 19:06:30 +05:00
parent 9172429817
commit 9d37b35cad

View File

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