Commit e20be69e authored by Sergei Golubchik's avatar Sergei Golubchik

update test results and 32-bit rdiffs

parent 55d8ee5f
...@@ -3338,7 +3338,7 @@ sub do_before_run_mysqltest($) ...@@ -3338,7 +3338,7 @@ sub do_before_run_mysqltest($)
my $resdir= dirname($resfile); my $resdir= dirname($resfile);
# we'll use a separate extension for generated result files # we'll use a separate extension for generated result files
# to be able to distinguish them from manually created # to be able to distinguish them from manually created
# version-controlled results, and to ignore them in bzr. # version-controlled results, and to ignore them in git.
my $dest = "$base_file$suites.result~"; my $dest = "$base_file$suites.result~";
my @cmd = ($exe_patch, qw/--binary -r - -f -s -o/, my @cmd = ($exe_patch, qw/--binary -r - -f -s -o/,
$dest, $base_result, $resfile); $dest, $base_result, $resfile);
......
...@@ -711,10 +711,10 @@ READ_ONLY YES ...@@ -711,10 +711,10 @@ READ_ONLY YES
COMMAND_LINE_ARGUMENT OPTIONAL COMMAND_LINE_ARGUMENT OPTIONAL
VARIABLE_NAME ENFORCE_STORAGE_ENGINE VARIABLE_NAME ENFORCE_STORAGE_ENGINE
SESSION_VALUE SESSION_VALUE
GLOBAL_VALUE NULL GLOBAL_VALUE
GLOBAL_VALUE_ORIGIN COMPILE-TIME GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE NULL DEFAULT_VALUE NULL
VARIABLE_SCOPE SESSION ONLY VARIABLE_SCOPE SESSION
VARIABLE_TYPE VARCHAR VARIABLE_TYPE VARCHAR
VARIABLE_COMMENT Force the use of a storage engine for new tables VARIABLE_COMMENT Force the use of a storage engine for new tables
NUMERIC_MIN_VALUE NULL NUMERIC_MIN_VALUE NULL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment