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
cafbf5ac
Commit
cafbf5ac
authored
Dec 09, 2005
by
ramil@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug #15605: 5.0.17 test case 'mysqltest' failure.
parent
8eba6be5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mysql-test/t/mysqltest.test
mysql-test/t/mysqltest.test
+2
-2
No files found.
mysql-test/t/mysqltest.test
View file @
cafbf5ac
...
@@ -968,9 +968,9 @@ drop table t1;
...
@@ -968,9 +968,9 @@ drop table t1;
--
error
1
--
error
1
--
exec
$MYSQL_TEST
--
record
-
x
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
sql
-
R
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
out
--
exec
$MYSQL_TEST
--
record
-
x
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
sql
-
R
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
out
# The .out file should be empty
, cat will fail!
# The .out file should be empty
--
error
1
--
error
1
--
exec
cat
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
out
--
exec
test
-
s
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
out
drop
table
t1
;
drop
table
t1
;
...
...
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