mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
post-review cleanup
This commit is contained in:
@ -822,6 +822,10 @@ static int mysql_register_view(THD *thd, TABLE_LIST *view,
|
||||
goto err;
|
||||
}
|
||||
|
||||
/*
|
||||
version 1 - before 10.0.5
|
||||
version 2 - empty definer_host means a role
|
||||
*/
|
||||
view->file_version= 2;
|
||||
view->calc_md5(md5);
|
||||
if (!(view->md5.str= (char*) thd->memdup(md5, 32)))
|
||||
|
Reference in New Issue
Block a user