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
92f36444
Commit
92f36444
authored
Jul 29, 2002
by
bar@bar.udmsearch.izhnet.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rows order has been made more explicit
parent
1966f4b8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
258 additions
and
257 deletions
+258
-257
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
mysql-test/r/ctype_many.result
mysql-test/r/ctype_many.result
+255
-255
mysql-test/t/ctype_many.test
mysql-test/t/ctype_many.test
+2
-2
No files found.
BitKeeper/etc/logging_ok
View file @
92f36444
...
...
@@ -71,3 +71,4 @@ venu@myvenu.com
walrus@mysql.com
ram@ram.(none)
WAX@sergbook.mysql.com
bar@bar.udmsearch.izhnet.ru
mysql-test/r/ctype_many.result
View file @
92f36444
This diff is collapsed.
Click to expand it.
mysql-test/t/ctype_many.test
View file @
92f36444
...
...
@@ -147,12 +147,12 @@ SELECT lower(utf8_f) FROM t1 ORDER BY 1 DESC;
SELECT
t11
.
comment
,
t12
.
comment
FROM
t1
t11
,
t1
t12
WHERE
CONVERT
(
t11
.
koi8_ru_f
USING
utf8
)
=
t12
.
utf8_f
ORDER
BY
t11
.
koi8_ru_f
;
ORDER
BY
t11
.
koi8_ru_f
,
t11
.
comment
,
t12
.
comment
;
SELECT
t11
.
comment
,
t12
.
comment
FROM
t1
t11
,
t1
t12
WHERE
t11
.
koi8_ru_f
=
CONVERT
(
t12
.
utf8_f
USING
koi8_ru
)
ORDER
BY
t12
.
utf8_f
;
ORDER
BY
t12
.
utf8_f
,
t11
.
comment
,
t12
.
comment
;
ALTER
TABLE
t1
ADD
ucs2_f
CHAR
(
32
)
CHARACTER
SET
ucs2
NOT
NULL
;
...
...
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