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
c723e3df
Commit
c723e3df
authored
Nov 27, 2009
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
0213f820
304a7095
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
mysql-test/r/mysql.result
mysql-test/r/mysql.result
+1
-2
mysql-test/t/mysql.test
mysql-test/t/mysql.test
+6
-3
No files found.
mysql-test/r/mysql.result
View file @
c723e3df
...
...
@@ -229,5 +229,4 @@ a: b
</row>
</resultset>
drop table t1;
End of tests
End of 5.0 tests
mysql-test/t/mysql.test
View file @
c723e3df
...
...
@@ -390,8 +390,11 @@ SELECT '< & >' AS `<`;
EOF
--
exec
$MYSQL
--
html
test
<
$MYSQLTEST_VARDIR
/
tmp
/
bug27884
.
sql
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
bug27884
.
sql
;
#
# Bug #2
7884
: mysql client + null byte
# Bug #2
8203
: mysql client + null byte
#
create
table
t1
(
a
char
(
5
));
insert
into
t1
values
(
'\0b\0'
);
...
...
@@ -404,5 +407,5 @@ insert into t1 values ('\0b\0');
--
exec
$MYSQL
--
xml
test
-
e
"select a from t1"
drop
table
t1
;
--
echo
--
echo
End
of
tests
--
echo
End
of
5.0
tests
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