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
faf05bf3
Commit
faf05bf3
authored
Feb 01, 2007
by
bar@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional fix for bug 25815 for test results when running with
--binlog-format=row
parent
b81d6b8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
mysql-test/r/binlog_row_ctype_cp932.result
mysql-test/r/binlog_row_ctype_cp932.result
+12
-0
No files found.
mysql-test/r/binlog_row_ctype_cp932.result
View file @
faf05bf3
...
@@ -11353,3 +11353,15 @@ a
...
@@ -11353,3 +11353,15 @@ a
a
a
a
a
drop table t1;
drop table t1;
set names utf8;
create table t1 (a text) default character set cp932;
insert into t1 values (_utf8 0xE38182);
show warnings;
Level Code Message
select * from t1;
a
あ
select hex(a) from t1;
hex(a)
82A0
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