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
45b5e513
Commit
45b5e513
authored
Mar 08, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/usr/local/bk/mysql-5.0
into mysql.com:/home/pem/work/mysql-5.0
parents
05dfca24
25f8623f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2032 additions
and
1979 deletions
+2032
-1979
mysql-test/r/sp.result
mysql-test/r/sp.result
+702
-682
mysql-test/t/sp.test
mysql-test/t/sp.test
+1328
-1297
sql/item_sum.h
sql/item_sum.h
+2
-0
No files found.
mysql-test/r/sp.result
View file @
45b5e513
This diff is collapsed.
Click to expand it.
mysql-test/t/sp.test
View file @
45b5e513
This diff is collapsed.
Click to expand it.
sql/item_sum.h
View file @
45b5e513
...
@@ -356,6 +356,8 @@ class Item_sum_avg :public Item_sum_sum
...
@@ -356,6 +356,8 @@ class Item_sum_avg :public Item_sum_sum
void
clear
();
void
clear
();
bool
add
();
bool
add
();
double
val_real
();
double
val_real
();
// In SPs we might force the "wrong" type with select into a declare variable
longlong
val_int
()
{
return
(
longlong
)
val_real
();
}
my_decimal
*
val_decimal
(
my_decimal
*
);
my_decimal
*
val_decimal
(
my_decimal
*
);
String
*
val_str
(
String
*
str
);
String
*
val_str
(
String
*
str
);
void
reset_field
();
void
reset_field
();
...
...
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