mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +02:00
Manual merge from next-mr.
This commit is contained in:
commit
16e15e6952
813 changed files with 20676 additions and 16705 deletions
|
|
@ -29,15 +29,6 @@ const LEX_STRING view_type= { C_STRING_WITH_LEN("VIEW") };
|
|||
static int mysql_register_view(THD *thd, TABLE_LIST *view,
|
||||
enum_view_create_mode mode);
|
||||
|
||||
const char *updatable_views_with_limit_names[]= { "NO", "YES", NullS };
|
||||
TYPELIB updatable_views_with_limit_typelib=
|
||||
{
|
||||
array_elements(updatable_views_with_limit_names)-1, "",
|
||||
updatable_views_with_limit_names,
|
||||
0
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
Make a unique name for an anonymous view column
|
||||
SYNOPSIS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue