mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +02:00
5.5 merge
This commit is contained in:
commit
c6d30805db
1275 changed files with 66336 additions and 40622 deletions
|
|
@ -1433,7 +1433,7 @@ bool mysql_make_view(THD *thd, File_parser *parser, TABLE_LIST *table,
|
|||
objects of the view.
|
||||
*/
|
||||
if (!(table->view_sctx= (Security_context *)
|
||||
thd->stmt_arena->alloc(sizeof(Security_context))))
|
||||
thd->stmt_arena->calloc(sizeof(Security_context))))
|
||||
goto err;
|
||||
security_ctx= table->view_sctx;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue