1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Flag innodb_change_buffering as PLUGIN_VAR_DEPRECATED

This commit is contained in:
Marko Mäkelä
2022-03-04 13:19:52 +02:00
parent 15ce270036
commit 91803901e9
5 changed files with 10 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ VARIABLE_NAME VARIABLE_VALUE
INNODB_CHANGE_BUFFERING none
set global innodb_change_buffering='none';
Warnings:
Warning 138 The parameter innodb_change_buffering is deprecated
Warning 1287 '@@innodb_change_buffering' is deprecated and will be removed in a future release
select @@global.innodb_change_buffering;
@@global.innodb_change_buffering
none
@@ -37,7 +37,7 @@ VARIABLE_NAME VARIABLE_VALUE
INNODB_CHANGE_BUFFERING none
set @@global.innodb_change_buffering='inserts';
Warnings:
Warning 138 The parameter innodb_change_buffering is deprecated
Warning 1287 '@@innodb_change_buffering' is deprecated and will be removed in a future release
select @@global.innodb_change_buffering;
@@global.innodb_change_buffering
inserts
@@ -55,7 +55,7 @@ set global innodb_change_buffering=1.1;
ERROR 42000: Incorrect argument type to variable 'innodb_change_buffering'
set global innodb_change_buffering=1;
Warnings:
Warning 138 The parameter innodb_change_buffering is deprecated
Warning 1287 '@@innodb_change_buffering' is deprecated and will be removed in a future release
SELECT @@global.innodb_change_buffering;
@@global.innodb_change_buffering
inserts
@@ -67,7 +67,7 @@ set global innodb_change_buffering='some';
ERROR 42000: Variable 'innodb_change_buffering' can't be set to the value of 'some'
SET @@global.innodb_change_buffering = @start_global_value;
Warnings:
Warning 138 The parameter innodb_change_buffering is deprecated
Warning 1287 '@@innodb_change_buffering' is deprecated and will be removed in a future release
SELECT @@global.innodb_change_buffering;
@@global.innodb_change_buffering
none

View File

@@ -230,7 +230,7 @@ SESSION_VALUE NULL
DEFAULT_VALUE none
VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE ENUM
VARIABLE_COMMENT Buffer changes to secondary indexes (deprecated).
VARIABLE_COMMENT Buffer changes to secondary indexes.
NUMERIC_MIN_VALUE NULL
NUMERIC_MAX_VALUE NULL
NUMERIC_BLOCK_SIZE NULL