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
aa183826
Commit
aa183826
authored
Aug 25, 2005
by
monty@mishka.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make test predictable
parent
848c9366
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/r/information_schema.result
mysql-test/r/information_schema.result
+2
-2
mysql-test/t/information_schema.test
mysql-test/t/information_schema.test
+1
-1
No files found.
mysql-test/r/information_schema.result
View file @
aa183826
...
@@ -273,10 +273,10 @@ id select_type table type possible_keys key key_len ref rows Extra
...
@@ -273,10 +273,10 @@ id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE # ALL NULL NULL NULL NULL 2
1 SIMPLE # ALL NULL NULL NULL NULL 2
1 SIMPLE # ALL NULL NULL NULL NULL 2 Using where
1 SIMPLE # ALL NULL NULL NULL NULL 2 Using where
select a.ROUTINE_NAME, b.name from information_schema.ROUTINES a,
select a.ROUTINE_NAME, b.name from information_schema.ROUTINES a,
mysql.proc b where a.ROUTINE_NAME = convert(b.name using utf8);
mysql.proc b where a.ROUTINE_NAME = convert(b.name using utf8)
order by 1
;
ROUTINE_NAME name
ROUTINE_NAME name
sub1 sub1
sel2 sel2
sel2 sel2
sub1 sub1
select count(*) from information_schema.ROUTINES;
select count(*) from information_schema.ROUTINES;
count(*)
count(*)
2
2
...
...
mysql-test/t/information_schema.test
View file @
aa183826
...
@@ -138,7 +138,7 @@ information_schema.SCHEMATA b where
...
@@ -138,7 +138,7 @@ information_schema.SCHEMATA b where
a
.
ROUTINE_SCHEMA
=
b
.
SCHEMA_NAME
;
a
.
ROUTINE_SCHEMA
=
b
.
SCHEMA_NAME
;
select
a
.
ROUTINE_NAME
,
b
.
name
from
information_schema
.
ROUTINES
a
,
select
a
.
ROUTINE_NAME
,
b
.
name
from
information_schema
.
ROUTINES
a
,
mysql
.
proc
b
where
a
.
ROUTINE_NAME
=
convert
(
b
.
name
using
utf8
);
mysql
.
proc
b
where
a
.
ROUTINE_NAME
=
convert
(
b
.
name
using
utf8
)
order
by
1
;
select
count
(
*
)
from
information_schema
.
ROUTINES
;
select
count
(
*
)
from
information_schema
.
ROUTINES
;
connect
(
user1
,
localhost
,
mysqltest_1
,,);
connect
(
user1
,
localhost
,
mysqltest_1
,,);
...
...
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