mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Revert Bug#48321 due to build breakage and failing tests.
This commit is contained in:
@@ -7654,7 +7654,7 @@ LEX_USER *create_default_definer(THD *thd)
|
||||
if (! (definer= (LEX_USER*) thd->alloc(sizeof(LEX_USER))))
|
||||
return 0;
|
||||
|
||||
thd->get_definer(definer);
|
||||
get_default_definer(thd, definer);
|
||||
|
||||
return definer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user