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
e9570047
Commit
e9570047
authored
May 31, 2006
by
aelkin@dl145k.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#14157: utf8 encoding in binlog without set character_set_client
missed table to drop after merge from 4.1
parent
87c935fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
mysql-test/r/mysqlbinlog.result
mysql-test/r/mysqlbinlog.result
+5
-1
mysql-test/t/mysqlbinlog.test
mysql-test/t/mysqlbinlog.test
+1
-1
No files found.
mysql-test/r/mysqlbinlog.result
View file @
e9570047
...
...
@@ -190,4 +190,8 @@ select HEX(f) from t4;
HEX(f)
835C
flush logs;
drop table t1, t2, t03, t04, t3, t4;
select * from t5 /* must be (1),(1) */;
a
1
1
drop table t1, t2, t03, t04, t3, t4, t5;
mysql-test/t/mysqlbinlog.test
View file @
e9570047
...
...
@@ -135,6 +135,6 @@ flush logs;
select
*
from
t5
/* must be (1),(1) */
;
# clean up
drop
table
t1
,
t2
,
t03
,
t04
,
t3
,
t4
;
drop
table
t1
,
t2
,
t03
,
t04
,
t3
,
t4
,
t5
;
# 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