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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
0613e6a4
Commit
0613e6a4
authored
Nov 14, 2017
by
Alice Sherepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
innodb tests 561
parent
3277cd3d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
mysql-test/suite/innodb/t/innodb-page_compression_tables.test
...l-test/suite/innodb/t/innodb-page_compression_tables.test
+1
-1
mysql-test/suite/innodb/t/log_file_size_1-master.opt
mysql-test/suite/innodb/t/log_file_size_1-master.opt
+0
-2
mysql-test/suite/innodb/t/strict_checksum.test
mysql-test/suite/innodb/t/strict_checksum.test
+1
-1
No files found.
mysql-test/suite/innodb/t/innodb-page_compression_tables.test
View file @
0613e6a4
...
@@ -27,7 +27,7 @@ show warnings;
...
@@ -27,7 +27,7 @@ show warnings;
create
table
innodb_redundant
(
c1
bigint
not
null
,
b
char
(
200
))
engine
=
innodb
row_format
=
redundant
;
create
table
innodb_redundant
(
c1
bigint
not
null
,
b
char
(
200
))
engine
=
innodb
row_format
=
redundant
;
show
create
table
innodb_redundant
;
show
create
table
innodb_redundant
;
--
replace_regex
/
#sql-[0-9a-f_]*`/#sql-temporary`/
--
replace_regex
/
#sql-[0-9a-f_]*`/#sql-temporary`/
--
error
ER_CANT_CREATE_TABLE
--
error
ER_CANT_CREATE_TABLE
,
1478
alter
table
innodb_redundant
page_compressed
=
1
;
alter
table
innodb_redundant
page_compressed
=
1
;
--
replace_regex
/
#sql-[0-9a-f_]*`/#sql-temporary`/
--
replace_regex
/
#sql-[0-9a-f_]*`/#sql-temporary`/
show
warnings
;
show
warnings
;
...
...
mysql-test/suite/innodb/t/log_file_size_1-master.opt
deleted
100644 → 0
View file @
3277cd3d
--no-console
mysql-test/suite/innodb/t/strict_checksum.test
View file @
0613e6a4
...
@@ -19,7 +19,7 @@ SET GLOBAL innodb_buffer_pool_dump_at_shutdown=OFF;
...
@@ -19,7 +19,7 @@ SET GLOBAL innodb_buffer_pool_dump_at_shutdown=OFF;
let
SEARCH_FILE
=
$MYSQLTEST_VARDIR
/
log
/
my_restart
.
err
;
let
SEARCH_FILE
=
$MYSQLTEST_VARDIR
/
log
/
my_restart
.
err
;
--
echo
# Restart the server with --log-error
--
echo
# Restart the server with --log-error
--
replace_result
$SEARCH_FILE
SEARCH_FILE
--
replace_result
$SEARCH_FILE
SEARCH_FILE
--
let
$restart_parameters
=--
log
-
error
=
$SEARCH_FILE
--
no
-
console
--
let
$restart_parameters
=--
log
-
error
=
$SEARCH_FILE
--
source
include
/
restart_mysqld
.
inc
--
source
include
/
restart_mysqld
.
inc
set
global
innodb_checksum_algorithm
=
strict_innodb
;
set
global
innodb_checksum_algorithm
=
strict_innodb
;
...
...
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