1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Manul merge

This commit is contained in:
2010-07-04 12:36:09 +08:00
12 changed files with 635 additions and 21 deletions

View File

@ -7658,7 +7658,7 @@ LEX_USER *create_default_definer(THD *thd)
if (! (definer= (LEX_USER*) thd->alloc(sizeof(LEX_USER))))
return 0;
get_default_definer(thd, definer);
thd->get_definer(definer);
return definer;
}