Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e20be69e
Commit
e20be69e
authored
Jun 27, 2015
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update test results and 32-bit rdiffs
parent
55d8ee5f
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
242 additions
and
227 deletions
+242
-227
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-1
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff
...l-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff
+75
-69
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff
+61
-52
mysql-test/suite/sys_vars/r/sysvars_server_embedded.result
mysql-test/suite/sys_vars/r/sysvars_server_embedded.result
+2
-2
mysql-test/suite/sys_vars/r/sysvars_server_notembedded,32bit.rdiff
...t/suite/sys_vars/r/sysvars_server_notembedded,32bit.rdiff
+103
-103
No files found.
mysql-test/mysql-test-run.pl
View file @
e20be69e
...
...
@@ -3338,7 +3338,7 @@ sub do_before_run_mysqltest($)
my
$resdir
=
dirname
(
$resfile
);
# we'll use a separate extension for generated result files
# 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
@cmd
=
(
$exe_patch
,
qw/--binary -r - -f -s -o/
,
$dest
,
$base_result
,
$resfile
);
...
...
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff
View file @
e20be69e
This diff is collapsed.
Click to expand it.
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff
View file @
e20be69e
This diff is collapsed.
Click to expand it.
mysql-test/suite/sys_vars/r/sysvars_server_embedded.result
View file @
e20be69e
...
...
@@ -711,10 +711,10 @@ READ_ONLY YES
COMMAND_LINE_ARGUMENT OPTIONAL
VARIABLE_NAME ENFORCE_STORAGE_ENGINE
SESSION_VALUE
GLOBAL_VALUE
NULL
GLOBAL_VALUE
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE NULL
VARIABLE_SCOPE SESSION
ONLY
VARIABLE_SCOPE SESSION
VARIABLE_TYPE VARCHAR
VARIABLE_COMMENT Force the use of a storage engine for new tables
NUMERIC_MIN_VALUE NULL
...
...
mysql-test/suite/sys_vars/r/sysvars_server_notembedded,32bit.rdiff
View file @
e20be69e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment