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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2c6ef57f
Commit
2c6ef57f
authored
Jan 11, 2005
by
shuichi@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uncommented the drop table statement
parent
3126e822
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mysql-test/t/ctype_eucjp_ms.test
mysql-test/t/ctype_eucjp_ms.test
+4
-4
No files found.
mysql-test/t/ctype_eucjp_ms.test
View file @
2c6ef57f
...
@@ -339,7 +339,7 @@ SELECT HEX(c1) FROM t3;
...
@@ -339,7 +339,7 @@ SELECT HEX(c1) FROM t3;
CREATE
TABLE
t4
SELECT
CONVERT
(
c1
USING
cp932
)
AS
c1
FROM
t1
;
CREATE
TABLE
t4
SELECT
CONVERT
(
c1
USING
cp932
)
AS
c1
FROM
t1
;
SELECT
HEX
(
c1
)
FROM
t4
;
SELECT
HEX
(
c1
)
FROM
t4
;
#
DROP TABLE t1;
DROP
TABLE
t1
;
#
DROP TABLE t2;
DROP
TABLE
t2
;
#
DROP TABLE t3;
DROP
TABLE
t3
;
#
DROP TABLE t4;
DROP
TABLE
t4
;
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