mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -28,14 +28,14 @@ Warning 1292 Truncated incorrect table_definition_cache value: '2'
|
||||
SELECT @@global.table_definition_cache;
|
||||
@@global.table_definition_cache
|
||||
400
|
||||
SET @@global.table_definition_cache = 524287;
|
||||
SET @@global.table_definition_cache = 2097151;
|
||||
SELECT @@global.table_definition_cache;
|
||||
@@global.table_definition_cache
|
||||
524287
|
||||
SET @@global.table_definition_cache = 524288;
|
||||
2097151
|
||||
SET @@global.table_definition_cache = 2097152;
|
||||
SELECT @@global.table_definition_cache;
|
||||
@@global.table_definition_cache
|
||||
524288
|
||||
2097152
|
||||
'#--------------------FN_DYNVARS_019_04-------------------------#'
|
||||
SET @@global.table_definition_cache = 0;
|
||||
Warnings:
|
||||
@ -49,18 +49,18 @@ Warning 1292 Truncated incorrect table_definition_cache value: '-1024'
|
||||
SELECT @@global.table_definition_cache;
|
||||
@@global.table_definition_cache
|
||||
400
|
||||
SET @@global.table_definition_cache = 524289;
|
||||
SET @@global.table_definition_cache = 2097153;
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect table_definition_cache value: '524289'
|
||||
Warning 1292 Truncated incorrect table_definition_cache value: '2097153'
|
||||
SELECT @@global.table_definition_cache;
|
||||
@@global.table_definition_cache
|
||||
524288
|
||||
2097152
|
||||
SET @@global.table_definition_cache = 42949672950;
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect table_definition_cache value: '42949672950'
|
||||
SELECT @@global.table_definition_cache;
|
||||
@@global.table_definition_cache
|
||||
524288
|
||||
2097152
|
||||
SET @@global.table_definition_cache = 21221204.10;
|
||||
ERROR 42000: Incorrect argument type to variable 'table_definition_cache'
|
||||
SET @@global.table_definition_cache = ON;
|
||||
|
Reference in New Issue
Block a user