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
3a0ce1e2
Commit
3a0ce1e2
authored
Feb 16, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use --system for unix command's
parent
41c6fee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mysql-test/t/mysqldump.test
mysql-test/t/mysqldump.test
+4
-4
No files found.
mysql-test/t/mysqldump.test
View file @
3a0ce1e2
...
@@ -647,7 +647,7 @@ select '------ Testing with illegal table names ------' as test_sequence ;
...
@@ -647,7 +647,7 @@ select '------ Testing with illegal table names ------' as test_sequence ;
--
exec
$MYSQL_DUMP
--
compact
--
skip
-
comments
mysqldump_test_db
"
\\
t1"
2
>&
1
--
exec
$MYSQL_DUMP
--
compact
--
skip
-
comments
mysqldump_test_db
"
\\
t1"
2
>&
1
--
error
6
--
error
6
--
exec
$MYSQL_DUMP
--
compact
--
skip
-
comments
mysqldump_test_db
"
\\\\
t1"
2
>&
1
--
exec
$MYSQL_DUMP
--
compact
--
skip
-
comments
mysqldump_test_db
"
\\\\
\\
t1"
2
>&
1
--
error
6
--
error
6
--
exec
$MYSQL_DUMP
--
compact
--
skip
-
comments
mysqldump_test_db
"t
\1
"
2
>&
1
--
exec
$MYSQL_DUMP
--
compact
--
skip
-
comments
mysqldump_test_db
"t
\1
"
2
>&
1
...
@@ -830,11 +830,11 @@ DROP TABLE t1, t2;
...
@@ -830,11 +830,11 @@ DROP TABLE t1, t2;
# Bugs #9136, #12917: problems with --defaults-extra-file option
# Bugs #9136, #12917: problems with --defaults-extra-file option
#
#
--
exec
echo
"[mysqltest1]"
>
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
--
system
echo
"[mysqltest1]"
>
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
--
exec
echo
"port=1234"
>>
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
--
system
echo
"port=1234"
>>
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
--
exec
$MYSQL_MY_PRINT_DEFAULTS
-
c
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
mysqltest1
--
exec
$MYSQL_MY_PRINT_DEFAULTS
-
c
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
mysqltest1
--
exec
$MYSQL_MY_PRINT_DEFAULTS
-
e
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
mysqltest1
mysqltest1
--
exec
$MYSQL_MY_PRINT_DEFAULTS
-
e
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
mysqltest1
mysqltest1
--
exec
rm
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
--
system
rm
$MYSQL_TEST_DIR
/
var
/
tmp
/
tmp
.
cnf
#
#
# Test of fix to BUG 12597
# Test of fix to BUG 12597
...
...
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