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
e27de08a
Commit
e27de08a
authored
Oct 12, 2018
by
Anel Husakovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change information_schema-big to include innodb
parent
bc95d261
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
mysql-test/r/information_schema-big.result
mysql-test/r/information_schema-big.result
+2
-2
mysql-test/t/information_schema-big.test
mysql-test/t/information_schema-big.test
+1
-7
No files found.
mysql-test/r/information_schema-big.result
View file @
e27de08a
DROP TABLE IF EXISTS t0,t1,t2,t3,t4,t5;
DROP VIEW IF EXISTS v1;
#
# Bug#18925: subqueries with MIN/MAX functions on INFORMATION_SCHEMA
#
...
...
@@ -22,6 +20,7 @@ table_name column_name
ALL_PLUGINS PLUGIN_NAME
APPLICABLE_ROLES GRANTEE
CHARACTER_SETS CHARACTER_SET_NAME
CHECK_CONSTRAINTS CONSTRAINT_SCHEMA
CLIENT_STATISTICS CLIENT
COLLATIONS COLLATION_NAME
COLLATION_CHARACTER_SET_APPLICABILITY COLLATION_NAME
...
...
@@ -79,6 +78,7 @@ table_name column_name
ALL_PLUGINS PLUGIN_NAME
APPLICABLE_ROLES GRANTEE
CHARACTER_SETS CHARACTER_SET_NAME
CHECK_CONSTRAINTS CONSTRAINT_SCHEMA
CLIENT_STATISTICS CLIENT
COLLATIONS COLLATION_NAME
COLLATION_CHARACTER_SET_APPLICABILITY COLLATION_NAME
...
...
mysql-test/t/information_schema-big.test
View file @
e27de08a
# This test uses grants, which can't get tested for embedded server
--
source
include
/
big_test
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_
xtra
db
.
inc
--
source
include
/
have_
inno
db
.
inc
# check that CSV engine was compiled in, as the result of the test depends
# on the presence of the log tables (which are CSV-based).
--
source
include
/
have_csv
.
inc
--
disable_warnings
DROP
TABLE
IF
EXISTS
t0
,
t1
,
t2
,
t3
,
t4
,
t5
;
DROP
VIEW
IF
EXISTS
v1
;
--
enable_warnings
--
echo
#
--
echo
# Bug#18925: subqueries with MIN/MAX functions on INFORMATION_SCHEMA
--
echo
#
...
...
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