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
5b4d6595
Commit
5b4d6595
authored
Feb 21, 2019
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test to pass on embedded serever
parent
33b9f805
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/innodb/r/full_crc32_import.result
mysql-test/suite/innodb/r/full_crc32_import.result
+0
-4
mysql-test/suite/innodb/t/full_crc32_import.test
mysql-test/suite/innodb/t/full_crc32_import.test
+4
-0
No files found.
mysql-test/suite/innodb/r/full_crc32_import.result
View file @
5b4d6595
...
...
@@ -34,8 +34,6 @@ db.opt
t1.frm
restore: t1 .ibd and .cfg files
ALTER TABLE t1 IMPORT TABLESPACE;
Warnings:
Warning 1810 IO Read error: (2, No such file or directory) Error opening './test/t1.cfg', will attempt to import without schema verification
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
...
...
@@ -110,8 +108,6 @@ ALTER TABLE t1 ROW_FORMAT=DYNAMIC;
ALTER TABLE t1 DISCARD TABLESPACE;
restore: t1 .ibd and .cfg files
ALTER TABLE t1 IMPORT TABLESPACE;
Warnings:
Warning 1810 IO Read error: (2, No such file or directory) Error opening './test/t1.cfg', will attempt to import without schema verification
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
...
...
mysql-test/suite/innodb/t/full_crc32_import.test
View file @
5b4d6595
...
...
@@ -49,7 +49,9 @@ ib_restore_tablespaces("test", "t1");
EOF
--
remove_file
$MYSQLD_DATADIR
/
test
/
t1
.
cfg
--
disable_warnings
ALTER
TABLE
t1
IMPORT
TABLESPACE
;
--
enable_warnings
SHOW
CREATE
TABLE
t1
;
UPDATE
t1
set
b
=
repeat
(
"de"
,
100
)
where
b
=
repeat
(
"cd"
,
200
);
--
replace_column
9
#
...
...
@@ -123,7 +125,9 @@ ib_restore_tablespaces("test", "t1");
EOF
--
remove_file
$MYSQLD_DATADIR
/
test
/
t1
.
cfg
--
disable_warnings
ALTER
TABLE
t1
IMPORT
TABLESPACE
;
--
enable_warnings
SHOW
CREATE
TABLE
t1
;
UPDATE
t1
SET
C2
=
ST_GeomFromText
(
'POINT(0 0)'
);
SELECT
COUNT
(
*
)
FROM
t1
;
...
...
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