1
0
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:
Davi Arnaut
2010-06-28 17:59:41 -03:00
parent 407b68bf99
commit bfd3b7a109
12 changed files with 21 additions and 602 deletions

View File

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