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
3b3a7a52
Commit
3b3a7a52
authored
Feb 03, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test fixes
parent
0b3d74e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
440 additions
and
4 deletions
+440
-4
mysql-test/r/information_schema-big.result
mysql-test/r/information_schema-big.result
+3
-3
mysql-test/t/information_schema-big.test
mysql-test/t/information_schema-big.test
+3
-1
storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add.result
...okudb/mysql-test/tokudb_alter_table/r/hcad_all_add.result
+434
-0
No files found.
mysql-test/r/information_schema-big.result
View file @
3b3a7a52
DROP TABLE IF EXISTS t0,t1,t2,t3,t4,t5;
DROP VIEW IF EXISTS v1;
#
# Bug#18925: subqueries with MIN/MAX functions on INFORMA
R
TION_SCHEMA
# Bug#18925: subqueries with MIN/MAX functions on INFORMATION_SCHEMA
#
SELECT t.table_name, c1.column_name
FROM information_schema.tables t
...
...
@@ -58,8 +58,8 @@ USER_PRIVILEGES GRANTEE
USER_STATISTICS USER
VIEWS TABLE_SCHEMA
XTRADB_INTERNAL_HASH_TABLES INTERNAL_HASH_TABLE_NAME
XTRADB_RSEG rseg_id
XTRADB_READ_VIEW READ_VIEW_UNDO_NUMBER
XTRADB_RSEG rseg_id
SELECT t.table_name, c1.column_name
FROM information_schema.tables t
INNER JOIN
...
...
@@ -115,5 +115,5 @@ USER_PRIVILEGES GRANTEE
USER_STATISTICS USER
VIEWS TABLE_SCHEMA
XTRADB_INTERNAL_HASH_TABLES INTERNAL_HASH_TABLE_NAME
XTRADB_RSEG rseg_id
XTRADB_READ_VIEW READ_VIEW_UNDO_NUMBER
XTRADB_RSEG rseg_id
mysql-test/t/information_schema-big.test
View file @
3b3a7a52
...
...
@@ -14,9 +14,10 @@ DROP VIEW IF EXISTS v1;
--
echo
#
--
echo
# Bug#18925: subqueries with MIN/MAX functions on INFORMA
R
TION_SCHEMA
--
echo
# Bug#18925: subqueries with MIN/MAX functions on INFORMATION_SCHEMA
--
echo
#
--
sorted_result
SELECT
t
.
table_name
,
c1
.
column_name
FROM
information_schema
.
tables
t
INNER
JOIN
...
...
@@ -32,6 +33,7 @@ SELECT t.table_name, c1.column_name
c2
.
column_name
LIKE
'%SCHEMA%'
)
AND
t
.
table_name
NOT
LIKE
'innodb%'
;
--
sorted_result
SELECT
t
.
table_name
,
c1
.
column_name
FROM
information_schema
.
tables
t
INNER
JOIN
...
...
storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add.result
View file @
3b3a7a52
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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