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
f4af53b6
Commit
f4af53b6
authored
Dec 18, 2008
by
Alfranio Correia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-fix merge 5-1 --> 5.1-rpl. Fixed mysqlcheck.test var directories.
parent
79f818e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
mysql-test/t/mysqlcheck.test
mysql-test/t/mysqlcheck.test
+10
-7
No files found.
mysql-test/t/mysqlcheck.test
View file @
f4af53b6
...
...
@@ -82,7 +82,6 @@ create view v1 as select * from information_schema.routines;
check
table
v1
,
information_schema
.
routines
;
drop
view
v1
;
#
# Bug#37527: mysqlcheck fails to report entire database
# when frm file corruption
...
...
@@ -90,20 +89,21 @@ drop view v1;
CREATE
TABLE
t1
(
a
INT
);
CREATE
TABLE
t2
(
a
INT
);
# backup then null t1.frm
--
copy_file
$MYSQL
TEST_VARDIR
/
master
-
data
/
test
/
t1
.
frm
$MYSQLTEST_VARDIR
/
master
-
data
/
test
/
t1
.
frm
.
bak
--
remove_file
$MYSQL
TEST_VARDIR
/
master
-
data
/
test
/
t1
.
frm
--
write_file
$MYSQL
TEST_VARDIR
/
master
-
data
/
test
/
t1
.
frm
--
copy_file
$MYSQL
D_DATADIR
/
test
/
t1
.
frm
$MYSQLD_DATADIR
/
test
/
t1
.
frm
.
bak
--
remove_file
$MYSQL
D_DATADIR
/
test
/
t1
.
frm
--
write_file
$MYSQL
D_DATADIR
/
test
/
t1
.
frm
EOF
--
exec
$MYSQL_CHECK
test
# restore t1.frm
--
remove_file
$MYSQL
TEST_VARDIR
/
master
-
data
/
test
/
t1
.
frm
--
copy_file
$MYSQL
TEST_VARDIR
/
master
-
data
/
test
/
t1
.
frm
.
bak
$MYSQLTEST_VARDIR
/
master
-
data
/
test
/
t1
.
frm
--
remove_file
$MYSQL
TEST_VARDIR
/
master
-
data
/
test
/
t1
.
frm
.
bak
--
remove_file
$MYSQL
D_DATADIR
/
test
/
t1
.
frm
--
copy_file
$MYSQL
D_DATADIR
/
test
/
t1
.
frm
.
bak
$MYSQLD_DATADIR
/
test
/
t1
.
frm
--
remove_file
$MYSQL
D_DATADIR
/
test
/
t1
.
frm
.
bak
DROP
TABLE
t1
,
t2
;
--
echo
End
of
5.0
tests
#
# Bug #30679: 5.1 name encoding not performed for views during upgrade
#
...
...
@@ -117,3 +117,6 @@ show tables;
show
tables
;
drop
view
v1
,
`v-1`
;
drop
table
t1
;
--
echo
End
of
5.1
tests
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