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
34b4ad7c
Commit
34b4ad7c
authored
Feb 19, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commment out two test's thats just confusing for cmd.exe
parent
4eba3eb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
mysql-test/r/mysqltest.result
mysql-test/r/mysqltest.result
+0
-3
mysql-test/t/mysqltest.test
mysql-test/t/mysqltest.test
+4
-4
No files found.
mysql-test/r/mysqltest.result
View file @
34b4ad7c
...
...
@@ -210,7 +210,6 @@ source database
"MySQL: The world's most popular ;open source database"
echo message echo message
mysqltest: At line 1: Empty variable
mysqltest: At line 1: command "false" failed
mysqltest: At line 1: Missing argument in exec
MySQL
...
...
@@ -507,8 +506,6 @@ drop table t1;
mysqltest: At line 1: Missing required argument 'filename' to command 'remove_file'
mysqltest: At line 1: Missing required argument 'filename' to command 'write_file'
mysqltest: At line 1: End of file encountered before 'EOF' delimiter was found
mysqltest: At line 1: End of line junk detected: "write_file filename ";
"
Some data
for cat_file command
of mysqltest
...
...
mysql-test/t/mysqltest.test
View file @
34b4ad7c
...
...
@@ -552,8 +552,8 @@ echo ;
# Illegal use of echo
--
error
1
--
exec
echo
"echo
\$
;"
|
$MYSQL_TEST
2
>&
1
#
--error 1
#
--exec echo "echo \$;" | $MYSQL_TEST 2>&1
# ----------------------------------------------------------------------------
...
...
@@ -1469,8 +1469,8 @@ remove_file non_existing_file;
--
error
1
--
exec
echo
"write_file filename ;"
|
$MYSQL_TEST
2
>&
1
--
error
1
--
exec
echo
"write_file filename
\"
;"
|
$MYSQL_TEST
2
>&
1
#
--error 1
#
--exec echo "write_file filename \";" | $MYSQL_TEST 2>&1
write_file
$MYSQLTEST_VARDIR
/
tmp
/
test_file1
.
tmp
;
Content
for
test_file1
...
...
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