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
1a1b1671
Commit
1a1b1671
authored
May 12, 2009
by
Chad MILLER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove community-server only feature and place in its own test
with appropriate condition.
parent
9dadda80
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
12 deletions
+21
-12
mysql-test/r/information_schema.result
mysql-test/r/information_schema.result
+0
-5
mysql-test/r/information_schema_community.result
mysql-test/r/information_schema_community.result
+8
-0
mysql-test/t/information_schema.test
mysql-test/t/information_schema.test
+0
-7
mysql-test/t/information_schema_community.test
mysql-test/t/information_schema_community.test
+13
-0
No files found.
mysql-test/r/information_schema.result
View file @
1a1b1671
...
...
@@ -1318,11 +1318,6 @@ TABLE_PRIVILEGES information_schema.TABLE_PRIVILEGES 1
TRIGGERS information_schema.TRIGGERS 1
USER_PRIVILEGES information_schema.USER_PRIVILEGES 1
VIEWS information_schema.VIEWS 1
show global status like "Uptime_%";
Variable_name Value
flush status;
show global status like "Uptime_%";
Variable_name Value
create table t1(f1 int);
create view v1 as select f1+1 as a from t1;
create table t2 (f1 int, f2 int);
...
...
mysql-test/r/information_schema_community.result
0 → 100644
View file @
1a1b1671
show global status like "Uptime_%";
Variable_name Value
Uptime_since_flush_status #
flush status;
show global status like "Uptime_%";
Variable_name Value
Uptime_since_flush_status #
End of 5.0 tests.
mysql-test/t/information_schema.test
View file @
1a1b1671
...
...
@@ -1028,13 +1028,6 @@ where t.table_schema = 'information_schema' and
(
c2
.
column_type
=
'varchar(7)'
or
c2
.
column_type
=
'varchar(20)'
)
group
by
c2
.
column_type
order
by
num
limit
1
)
group
by
t
.
table_name
order
by
num1
,
t
.
table_name
;
# Bug#24822: Patch: uptime_since_flush_status
#
--
replace_column
2
#
show
global
status
like
"Uptime_%"
;
flush
status
;
--
replace_column
2
#
show
global
status
like
"Uptime_%"
;
# Almost certainly zero
#
...
...
mysql-test/t/information_schema_community.test
0 → 100644
View file @
1a1b1671
--
source
include
/
have_community_features
.
inc
#
# Bug#24822: Patch: uptime_since_flush_status
#
--
replace_column
2
#
show
global
status
like
"Uptime_%"
;
flush
status
;
--
replace_column
2
#
show
global
status
like
"Uptime_%"
;
# Almost certainly zero
--
echo
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