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
8efeeb8b
Commit
8efeeb8b
authored
Feb 14, 2009
by
Alexey Kopytov
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql-5.0-bugteam -> mysql-5.1-bugteam
parents
c647f777
9665fcff
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
16 deletions
+17
-16
mysql-test/suite/funcs_1/r/memory_func_view.result
mysql-test/suite/funcs_1/r/memory_func_view.result
+2
-2
mysql-test/suite/funcs_1/r/memory_views.result
mysql-test/suite/funcs_1/r/memory_views.result
+3
-3
mysql-test/suite/funcs_1/r/myisam_func_view.result
mysql-test/suite/funcs_1/r/myisam_func_view.result
+2
-2
mysql-test/suite/funcs_1/r/myisam_views.result
mysql-test/suite/funcs_1/r/myisam_views.result
+3
-3
mysql-test/suite/ndb/r/ndb_gis.result
mysql-test/suite/ndb/r/ndb_gis.result
+6
-6
mysql-test/t/type_float.test
mysql-test/t/type_float.test
+1
-0
No files found.
mysql-test/suite/funcs_1/r/memory_func_view.result
View file @
8efeeb8b
No preview for this file type
mysql-test/suite/funcs_1/r/memory_views.result
View file @
8efeeb8b
...
...
@@ -22826,7 +22826,7 @@ f1 f2
ABC 3
SELECT * FROM v1 order by 2;
f1 my_sqrt
ABC 1.732050807568
9
ABC 1.732050807568
88
ALTER TABLE t1 CHANGE COLUMN f2 f2 VARCHAR(30);
INSERT INTO t1 SET f1 = 'ABC', f2 = 'DEF';
DESCRIBE t1;
...
...
@@ -22844,7 +22844,7 @@ ABC DEF
SELECT * FROM v1 order by 2;
f1 my_sqrt
ABC 0
ABC 1.732050807568
9
ABC 1.732050807568
88
SELECT SQRT('DEF');
SQRT('DEF')
0
...
...
@@ -22864,7 +22864,7 @@ my_sqrt double YES NULL
SELECT * FROM v2 order by 2;
f1 my_sqrt
ABC 0
ABC 1.732050807568
9
ABC 1.732050807568
88
CREATE TABLE t2 AS SELECT f1, SQRT(f2) my_sqrt FROM t1;
SELECT * FROM t2 order by 2;
f1 ABC
...
...
mysql-test/suite/funcs_1/r/myisam_func_view.result
View file @
8efeeb8b
No preview for this file type
mysql-test/suite/funcs_1/r/myisam_views.result
View file @
8efeeb8b
No preview for this file type
mysql-test/suite/ndb/r/ndb_gis.result
View file @
8efeeb8b
...
...
@@ -292,7 +292,7 @@ Note 1003 select astext(startpoint(`test`.`gis_line`.`g`)) AS `AsText(StartPoint
SELECT fid, AsText(Centroid(g)) FROM gis_polygon ORDER by fid;
fid AsText(Centroid(g))
108 POINT(15 15)
109 POINT(25.41666666666
7 25.41
6666666667)
109 POINT(25.41666666666
67 25.416
6666666667)
110 POINT(20 10)
SELECT fid, Area(g) FROM gis_polygon ORDER by fid;
fid Area(g)
...
...
@@ -326,8 +326,8 @@ fid IsClosed(g)
116 0
SELECT fid, AsText(Centroid(g)) FROM gis_multi_polygon ORDER by fid;
fid AsText(Centroid(g))
117 POINT(55.588527753042 17.426536064114)
118 POINT(55.588527753042 17.426536064114)
117 POINT(55.588527753042
4
17.426536064114)
118 POINT(55.588527753042
4
17.426536064114)
119 POINT(2 2)
SELECT fid, Area(g) FROM gis_multi_polygon ORDER by fid;
fid Area(g)
...
...
@@ -842,7 +842,7 @@ Note 1003 select astext(startpoint(`test`.`gis_line`.`g`)) AS `AsText(StartPoint
SELECT fid, AsText(Centroid(g)) FROM gis_polygon ORDER by fid;
fid AsText(Centroid(g))
108 POINT(15 15)
109 POINT(25.41666666666
7 25.41
6666666667)
109 POINT(25.41666666666
67 25.416
6666666667)
110 POINT(20 10)
SELECT fid, Area(g) FROM gis_polygon ORDER by fid;
fid Area(g)
...
...
@@ -876,8 +876,8 @@ fid IsClosed(g)
116 0
SELECT fid, AsText(Centroid(g)) FROM gis_multi_polygon ORDER by fid;
fid AsText(Centroid(g))
117 POINT(55.588527753042 17.426536064114)
118 POINT(55.588527753042 17.426536064114)
117 POINT(55.588527753042
4
17.426536064114)
118 POINT(55.588527753042
4
17.426536064114)
119 POINT(2 2)
SELECT fid, Area(g) FROM gis_multi_polygon ORDER by fid;
fid Area(g)
...
...
mysql-test/t/type_float.test
View file @
8efeeb8b
...
...
@@ -274,5 +274,6 @@ drop table t1;
CREATE
TABLE
t1
(
f1
DOUBLE
);
INSERT
INTO
t1
VALUES
(
-
1.79769313486231e+308
);
SELECT
f1
FROM
t1
;
DROP
TABLE
t1
;
--
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