mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Removed CREATE/DROP TABLESPACE and related commands
- DISCARD/IMPORT TABLESPACE are the only tablespace commands left - TABLESPACE arguments for CREATE TABLE and ALTER ... ADD PARTITION are ignored. - Tablespace names are not shown anymore in .frm and not shown in information schema Other things - Removed end spaces from sql/CMakeList.txt
This commit is contained in:
@ -135,7 +135,7 @@ performance_schema_max_socket_classes 10
|
||||
performance_schema_max_socket_instances 1000
|
||||
performance_schema_max_sql_text_length 1024
|
||||
performance_schema_max_stage_classes 160
|
||||
performance_schema_max_statement_classes 222
|
||||
performance_schema_max_statement_classes 221
|
||||
performance_schema_max_statement_stack 1
|
||||
performance_schema_max_table_handles 1000
|
||||
performance_schema_max_table_instances 500
|
||||
|
Reference in New Issue
Block a user