summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2020-05-23 12:27:05 +0300
committerMonty <monty@mariadb.org>2020-05-23 15:02:00 +0300
commit6532b10040dbe8476490de5ea0de6f4f33f538a1 (patch)
treed01c6568756da7ffe41d75d9df3cd2aed576dc82 /mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff
parentfc8359f0ac7764aa70b2e415da604e2ff0581628 (diff)
downloadmariadb-git-6532b10040dbe8476490de5ea0de6f4f33f538a1.tar.gz
Fixed failure in sysvars_server_embedded,32bit
Updated the corresponding rdiff file
Diffstat (limited to 'mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff')
-rw-r--r--mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff b/mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff
index bd7224348bd..510a9c28051 100644
--- a/mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff
+++ b/mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff
@@ -42,7 +42,7 @@
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
- VARIABLE_COMMENT Interval between commite in microseconds (1/1000000c). 0 stands for no waiting for other threads to come and do a commit in "hard" mode and no sync()/commit at all in "soft" mode. Option has only an effect if aria_group_commit is used
+ VARIABLE_COMMENT Interval between commits in microseconds (1/1000000 sec). 0 stands for no waiting for other threads to come and do a commit in "hard" mode and no sync()/commit at all in "soft" mode. Option has only an effect if aria_group_commit is used
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
@@ -105,7 +105,7 @@