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
4c285fc5
Commit
4c285fc5
authored
Mar 29, 2006
by
petr@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test in --ps-protocol mode
parent
df0b02d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
mysql-test/t/csv.test
mysql-test/t/csv.test
+8
-1
No files found.
mysql-test/t/csv.test
View file @
4c285fc5
...
...
@@ -1407,8 +1407,13 @@ DROP TABLE test_repair_table;
CREATE
TABLE
test_repair_table2
(
val
integer
)
ENGINE
=
CSV
;
--
exec
rm
$MYSQLTEST_VARDIR
/
master
-
data
/
test
/
test_repair_table2
.
CSM
# should give a warning and perform autorepair
# Should give a warning and perform autorepair. We also disable ps-protocol
# here, as mysql-test eats up warnings in ps-protocol mode
--
disable_ps_protocol
SELECT
*
from
test_repair_table2
;
--
enable_ps_protocol
# this should work ok, as the table is already repaired
SELECT
*
from
test_repair_table2
;
# check that the metafile appeared again. chop the path to it
...
...
@@ -1435,7 +1440,9 @@ CREATE TABLE test_repair_table4 (
) ENGINE = CSV;
--exec rm
$MYSQLTEST_VARDIR
/master-data/test/test_repair_table4.CSM
--disable_ps_protocol
SELECT * FROM test_repair_table4;
--enable_ps_protocol
SELECT * FROM test_repair_table4;
CHECK TABLE test_repair_table4;
...
...
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