mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
perfschema compilation, test and misc fixes
This commit is contained in:
@@ -51,8 +51,7 @@ table_setup_objects::m_share=
|
||||
sizeof(PFS_simple_index),
|
||||
&m_table_lock,
|
||||
{ C_STRING_WITH_LEN("CREATE TABLE setup_objects("
|
||||
"OBJECT_TYPE ENUM ('EVENT','FUNCTION','PROCEDURE','TABLE','TRIGGER') not null default 'EVENT',"
|
||||
|
||||
"OBJECT_TYPE ENUM ('EVENT','FUNCTION','PROCEDURE','TABLE','TRIGGER') not null default 'TABLE',"
|
||||
"OBJECT_SCHEMA VARCHAR(64) default '%',"
|
||||
"OBJECT_NAME VARCHAR(64) not null default '%',"
|
||||
"ENABLED ENUM ('YES', 'NO') not null default 'YES',"
|
||||
|
Reference in New Issue
Block a user