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
327d3f3d
Commit
327d3f3d
authored
Apr 06, 2010
by
Omer BarNir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to test files in the 'engines' suite following changes in 5.1.46
parent
35f6b544
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
6 deletions
+24
-6
mysql-test/suite/engines/funcs/t/disabled.def
mysql-test/suite/engines/funcs/t/disabled.def
+5
-1
mysql-test/suite/engines/iuds/r/insert_year.result
mysql-test/suite/engines/iuds/r/insert_year.result
+2
-2
mysql-test/suite/engines/iuds/r/update_delete_calendar.result
...l-test/suite/engines/iuds/r/update_delete_calendar.result
+0
-3
mysql-test/suite/engines/iuds/t/disabled.def
mysql-test/suite/engines/iuds/t/disabled.def
+7
-0
mysql-test/suite/engines/iuds/t/insert_number.test
mysql-test/suite/engines/iuds/t/insert_number.test
+5
-0
mysql-test/suite/engines/iuds/t/update_delete_calendar.test
mysql-test/suite/engines/iuds/t/update_delete_calendar.test
+5
-0
No files found.
mysql-test/suite/engines/funcs/t/disabled.def
View file @
327d3f3d
# List of disabled tests
# List of disabled tests
# test name : comment
# test name : comment
#rpl_redirect : Fails due to bug#49978
rpl_redirect : Fails due to bug#49978
crash_manycolumns_string : Bug#50495 'Row size too large' for plugin, but works for built-in innodb
ix_unique_lob : Bug#52283 Innodb reports extra warnings when SELECT/WHERE is performed using invalid value
ix_unique_string_length : Bug#52283 Innodb reports extra warnings when SELECT/WHERE is performed using invalid value
mysql-test/suite/engines/iuds/r/insert_year.result
View file @
327d3f3d
...
@@ -986,7 +986,7 @@ c1 c2 c3 c4
...
@@ -986,7 +986,7 @@ c1 c2 c3 c4
2155 2155 1998-12-26 1998-12-26 11:30:45
2155 2155 1998-12-26 1998-12-26 11:30:45
SELECT count(*) as total_rows, min(c2) as min_value, max(c2) FROM t2;
SELECT count(*) as total_rows, min(c2) as min_value, max(c2) FROM t2;
total_rows min_value max(c2)
total_rows min_value max(c2)
20
1901
2155
20
0
2155
SELECT * FROM t2 WHERE c3 = '1998-12-11';
SELECT * FROM t2 WHERE c3 = '1998-12-11';
c1 c2 c3 c4
c1 c2 c3 c4
1990 1990 1998-12-11 1998-12-11 11:30:45
1990 1990 1998-12-11 1998-12-11 11:30:45
...
@@ -1400,7 +1400,7 @@ c1 c2 c3 c4
...
@@ -1400,7 +1400,7 @@ c1 c2 c3 c4
2155 2155 1998-12-26 1998-12-26 11:30:45
2155 2155 1998-12-26 1998-12-26 11:30:45
SELECT count(*) as total_rows, min(c2) as min_value, max(c2) FROM t2;
SELECT count(*) as total_rows, min(c2) as min_value, max(c2) FROM t2;
total_rows min_value max(c2)
total_rows min_value max(c2)
20
1901
2155
20
0
2155
SELECT * FROM t2 WHERE c3 = '1998-12-11';
SELECT * FROM t2 WHERE c3 = '1998-12-11';
c1 c2 c3 c4
c1 c2 c3 c4
1990 1990 1998-12-11 1998-12-11 11:30:45
1990 1990 1998-12-11 1998-12-11 11:30:45
...
...
mysql-test/suite/engines/iuds/r/update_delete_calendar.result
View file @
327d3f3d
...
@@ -791,9 +791,6 @@ Warning 1292 Truncated incorrect datetime value: '2009-01-10 23:60:59'
...
@@ -791,9 +791,6 @@ Warning 1292 Truncated incorrect datetime value: '2009-01-10 23:60:59'
SELECT count(*) FROM t1 WHERE c2='2001-01-11 23:59:60' /* returns 0 */;
SELECT count(*) FROM t1 WHERE c2='2001-01-11 23:59:60' /* returns 0 */;
count(*)
count(*)
0
0
Warnings:
Warning 1292 Incorrect datetime value: '2001-01-11 23:59:60' for column 'c2' at row 1
Warning 1292 Incorrect datetime value: '2001-01-11 23:59:60' for column 'c2' at row 1
SELECT * FROM t1 WHERE c1='0000-00-00 00:00:00' OR c2='0000-00-00 00:00:00';
SELECT * FROM t1 WHERE c1='0000-00-00 00:00:00' OR c2='0000-00-00 00:00:00';
c1 c2 c3
c1 c2 c3
0000-00-00 00:00:00 0000-00-00 00:00:00 6
0000-00-00 00:00:00 0000-00-00 00:00:00 6
...
...
mysql-test/suite/engines/iuds/t/disabled.def
View file @
327d3f3d
# List of disabled tests
# test name : comment
rpl_redirect : Fails due to bug#49978
crash_manycolumns_string : Bug#50495 'Row size too large' for plugin, but works for built-in innodb
ix_unique_lob : Bug#52283 Innodb reports extra warnings when SELECT/WHERE is performed using invalid value
ix_unique_string_length : Bug#52283 Innodb reports extra warnings when SELECT/WHERE is performed using invalid value
mysql-test/suite/engines/iuds/t/insert_number.test
View file @
327d3f3d
...
@@ -7812,10 +7812,15 @@ SELECT * FROM t2 ORDER BY c1,c6 LIMIT 2;
...
@@ -7812,10 +7812,15 @@ SELECT * FROM t2 ORDER BY c1,c6 LIMIT 2;
SELECT
*
FROM
t2
ORDER
BY
c1
,
c6
DESC
LIMIT
2
;
SELECT
*
FROM
t2
ORDER
BY
c1
,
c6
DESC
LIMIT
2
;
## ref type access
## ref type access
# Bug#52283 : Remove the following --disable_warnings
# command when the bug is fixed
--
disable_warnings
SELECT
*
FROM
t2
WHERE
c1
=
18446744073709551616
ORDER
BY
c1
,
c6
;
SELECT
*
FROM
t2
WHERE
c1
=
18446744073709551616
ORDER
BY
c1
,
c6
;
SELECT
*
FROM
t2
WHERE
c1
=
18446744073709551616
ORDER
BY
c1
,
c6
LIMIT
2
;
SELECT
*
FROM
t2
WHERE
c1
=
18446744073709551616
ORDER
BY
c1
,
c6
LIMIT
2
;
SELECT
*
FROM
t2
WHERE
c1
=
18446744073709551616
ORDER
BY
c1
,
c6
DESC
;
SELECT
*
FROM
t2
WHERE
c1
=
18446744073709551616
ORDER
BY
c1
,
c6
DESC
;
SELECT
*
FROM
t2
WHERE
c1
=
18446744073709551616
ORDER
BY
c1
,
c6
DESC
LIMIT
2
;
SELECT
*
FROM
t2
WHERE
c1
=
18446744073709551616
ORDER
BY
c1
,
c6
DESC
LIMIT
2
;
--
enable_warnings
## Range access, ordered ##
## Range access, ordered ##
SELECT
*
FROM
t2
WHERE
c1
<>
18446744073709551616
ORDER
BY
c1
,
c6
;
SELECT
*
FROM
t2
WHERE
c1
<>
18446744073709551616
ORDER
BY
c1
,
c6
;
...
...
mysql-test/suite/engines/iuds/t/update_delete_calendar.test
View file @
327d3f3d
...
@@ -300,7 +300,12 @@ INSERT INTO t1 VALUES('2001-01-09','2001-01-10',6),('2001-01-11','2001-01-12',7)
...
@@ -300,7 +300,12 @@ INSERT INTO t1 VALUES('2001-01-09','2001-01-10',6),('2001-01-11','2001-01-12',7)
UPDATE
t1
SET
c1
=
'2001-01-09 24:59:59'
,
c2
=
'2009-01-10 23:60:59'
WHERE
c1
=
'2001-01-09'
;
UPDATE
t1
SET
c1
=
'2001-01-09 24:59:59'
,
c2
=
'2009-01-10 23:60:59'
WHERE
c1
=
'2001-01-09'
;
UPDATE
t1
SET
c2
=
'2001-01-11 23:59:60'
WHERE
c1
=
'2001-01-11'
;
UPDATE
t1
SET
c2
=
'2001-01-11 23:59:60'
WHERE
c1
=
'2001-01-11'
;
SELECT
count
(
*
)
FROM
t1
WHERE
c1
=
'2001-01-09 24:59:59'
AND
c2
=
'2009-01-10 23:60:59'
;
SELECT
count
(
*
)
FROM
t1
WHERE
c1
=
'2001-01-09 24:59:59'
AND
c2
=
'2009-01-10 23:60:59'
;
# Bug#52283 : Remove the following --disable_warnings
# command when the bug is fixed
--
disable_warnings
SELECT
count
(
*
)
FROM
t1
WHERE
c2
=
'2001-01-11 23:59:60'
/* returns 0 */
;
SELECT
count
(
*
)
FROM
t1
WHERE
c2
=
'2001-01-11 23:59:60'
/* returns 0 */
;
--
enable_warnings
--
sorted_result
--
sorted_result
SELECT
*
FROM
t1
WHERE
c1
=
'0000-00-00 00:00:00'
OR
c2
=
'0000-00-00 00:00:00'
;
SELECT
*
FROM
t1
WHERE
c1
=
'0000-00-00 00:00:00'
OR
c2
=
'0000-00-00 00:00:00'
;
...
...
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