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
be7c84c7
Commit
be7c84c7
authored
May 02, 2010
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.1.46 after-merge fixes: must FLUSH TABLES before copying .frm.
parent
79405cca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/r/myisam.result
mysql-test/r/myisam.result
+1
-0
mysql-test/t/myisam.test
mysql-test/t/myisam.test
+1
-0
No files found.
mysql-test/r/myisam.result
View file @
be7c84c7
...
...
@@ -2379,6 +2379,7 @@ DROP TABLE t1;
CREATE TABLE t1(a INT, b BIT(1));
INSERT INTO t1 VALUES(1, 0), (2, 1);
CREATE TABLE t2 SELECT * FROM t1;
FLUSH TABLES;
CHECKSUM TABLE t1 EXTENDED;
Table Checksum
test.t1 3775188275
...
...
mysql-test/t/myisam.test
View file @
be7c84c7
...
...
@@ -1641,6 +1641,7 @@ DROP TABLE t1;
CREATE
TABLE
t1
(
a
INT
,
b
BIT
(
1
));
INSERT
INTO
t1
VALUES
(
1
,
0
),
(
2
,
1
);
CREATE
TABLE
t2
SELECT
*
FROM
t1
;
FLUSH
TABLES
;
--
copy_file
$MYSQLD_DATADIR
/
test
/
t1
.
frm
$MYSQLD_DATADIR
/
test
/
t3
.
frm
--
copy_file
$MYSQLD_DATADIR
/
test
/
t1
.
MYD
$MYSQLD_DATADIR
/
test
/
t3
.
MYD
--
copy_file
$MYSQLD_DATADIR
/
test
/
t1
.
MYI
$MYSQLD_DATADIR
/
test
/
t3
.
MYI
...
...
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