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
384353cc
Commit
384353cc
authored
Jun 24, 2009
by
Bernt M. Johnsen
Browse files
Options
Browse Files
Download
Plain Diff
Bug#45293 Prepared on 5.1 gca branch
parents
e2ac8c07
2a5907a8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
mysql-test/suite/funcs_1/r/storedproc.result
mysql-test/suite/funcs_1/r/storedproc.result
+0
-8
mysql-test/suite/funcs_1/t/storedproc.test
mysql-test/suite/funcs_1/t/storedproc.test
+8
-0
No files found.
mysql-test/suite/funcs_1/r/storedproc.result
View file @
384353cc
No preview for this file type
mysql-test/suite/funcs_1/t/storedproc.test
View file @
384353cc
...
...
@@ -22429,7 +22429,9 @@ BEGIN
END
//
delimiter
;
//
--
disable_warnings
CALL
sp70_n
(
-
1
e
+
40
);
--
enable_warnings
eval
CALL
sp70_n
(
$minus_40
);
...
...
@@ -22445,7 +22447,9 @@ BEGIN
END
//
delimiter
;
//
--
disable_warnings
CALL
sp71_nu
(
1.00e+40
);
--
enable_warnings
eval
CALL
sp71_nu
(
$plus_40
);
...
...
@@ -22461,7 +22465,9 @@ BEGIN
END
//
delimiter
;
//
--
disable_warnings
CALL
sp72_nuz
(
1.00e+40
);
--
enable_warnings
eval
CALL
sp72_nuz
(
$plus_40
);
...
...
@@ -22477,7 +22483,9 @@ BEGIN
END
//
delimiter
;
//
--
disable_warnings
CALL
sp73_n_z
(
1.00e+40
);
--
enable_warnings
eval
CALL
sp73_n_z
(
$plus_40
);
...
...
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