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
4cfc9d77
Commit
4cfc9d77
authored
May 28, 2009
by
Sergey Glukhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test case fix
parent
1b91400a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/mysql.result
mysql-test/r/mysql.result
+1
-1
mysql-test/t/mysql.test
mysql-test/t/mysql.test
+1
-0
No files found.
mysql-test/r/mysql.result
View file @
4cfc9d77
...
@@ -198,5 +198,5 @@ COUNT (*)
...
@@ -198,5 +198,5 @@ COUNT (*)
1
1
COUNT (*)
COUNT (*)
1
1
ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'invalid_hostname' (
1
)
ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'invalid_hostname' (
errno
)
End of 5.0 tests
End of 5.0 tests
mysql-test/t/mysql.test
View file @
4cfc9d77
...
@@ -351,6 +351,7 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql;
...
@@ -351,6 +351,7 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql;
#
#
# Bug#37268 'binary' character set makes CLI-internal commands case sensitive
# Bug#37268 'binary' character set makes CLI-internal commands case sensitive
#
#
--
replace_regex
/
\
([
0
-
9
]
*
\
)
/
(
errno
)
/
--
error
1
--
error
1
--
exec
$MYSQL
--
default
-
character
-
set
=
binary
test
-
e
"CONNECT test invalid_hostname"
2
>&
1
--
exec
$MYSQL
--
default
-
character
-
set
=
binary
test
-
e
"CONNECT test invalid_hostname"
2
>&
1
--
exec
$MYSQL
--
default
-
character
-
set
=
binary
test
-
e
"DELIMITER //"
2
>&
1
--
exec
$MYSQL
--
default
-
character
-
set
=
binary
test
-
e
"DELIMITER //"
2
>&
1
...
...
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