Skip to content

Commit 6532b10

Browse files
committed
Fixed failure in sysvars_server_embedded,32bit
Updated the corresponding rdiff file
1 parent fc8359f commit 6532b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
VARIABLE_SCOPE GLOBAL
4343
-VARIABLE_TYPE BIGINT UNSIGNED
4444
+VARIABLE_TYPE INT UNSIGNED
45-
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
45+
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
4646
NUMERIC_MIN_VALUE 0
4747
NUMERIC_MAX_VALUE 4294967295
4848
@@ -105,7 +105,7 @@

0 commit comments

Comments
 (0)