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
f33207ac
Commit
f33207ac
authored
Aug 27, 2004
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix order by
parent
e85ce089
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/r/ndb_autodiscover.result
mysql-test/r/ndb_autodiscover.result
+2
-2
mysql-test/t/ndb_autodiscover.test
mysql-test/t/ndb_autodiscover.test
+1
-1
No files found.
mysql-test/r/ndb_autodiscover.result
View file @
f33207ac
...
@@ -35,10 +35,10 @@ update t1 set name="Autodiscover" where id = 2;
...
@@ -35,10 +35,10 @@ update t1 set name="Autodiscover" where id = 2;
show status like 'handler_discover%';
show status like 'handler_discover%';
Variable_name Value
Variable_name Value
Handler_discover 4
Handler_discover 4
select * from t1 order by
name
;
select * from t1 order by
id
;
id name
id name
2 Autodiscover
1 Autodiscover
1 Autodiscover
2 Autodiscover
3 Discover 3
3 Discover 3
show status like 'handler_discover%';
show status like 'handler_discover%';
Variable_name Value
Variable_name Value
...
...
mysql-test/t/ndb_autodiscover.test
View file @
f33207ac
...
@@ -50,7 +50,7 @@ flush tables;
...
@@ -50,7 +50,7 @@ flush tables;
system
rm
var
/
master
-
data
/
test
/
t1
.
frm
;
system
rm
var
/
master
-
data
/
test
/
t1
.
frm
;
update
t1
set
name
=
"Autodiscover"
where
id
=
2
;
update
t1
set
name
=
"Autodiscover"
where
id
=
2
;
show
status
like
'handler_discover%'
;
show
status
like
'handler_discover%'
;
select
*
from
t1
order
by
name
;
select
*
from
t1
order
by
id
;
show
status
like
'handler_discover%'
;
show
status
like
'handler_discover%'
;
#
#
...
...
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