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
d52e9516
Commit
d52e9516
authored
Oct 03, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1
into eagle.mysql.r18.ru:/home/vva/work/BUG_1323/mysql-4.1
parents
32ace686
ffc5c669
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/item_sum.h
sql/item_sum.h
+1
-1
No files found.
sql/item_sum.h
View file @
d52e9516
...
@@ -387,7 +387,7 @@ class Item_sum_hybrid :public Item_sum
...
@@ -387,7 +387,7 @@ class Item_sum_hybrid :public Item_sum
Item_sum
(
thd
,
item
),
value
(
item
.
value
),
tmp_value
(
item
.
tmp_value
),
Item_sum
(
thd
,
item
),
value
(
item
.
value
),
tmp_value
(
item
.
tmp_value
),
sum
(
item
.
sum
),
sum_int
(
item
.
sum_int
),
hybrid_type
(
item
.
hybrid_type
),
sum
(
item
.
sum
),
sum_int
(
item
.
sum_int
),
hybrid_type
(
item
.
hybrid_type
),
hybrid_field_type
(
item
.
hybrid_field_type
),
cmp_sign
(
item
.
cmp_sign
),
hybrid_field_type
(
item
.
hybrid_field_type
),
cmp_sign
(
item
.
cmp_sign
),
used_table_cache
(
used_table_cache
),
cmp_charset
(
item
.
cmp_charset
)
{}
used_table_cache
(
item
.
used_table_cache
),
cmp_charset
(
item
.
cmp_charset
)
{}
bool
fix_fields
(
THD
*
,
TABLE_LIST
*
,
Item
**
);
bool
fix_fields
(
THD
*
,
TABLE_LIST
*
,
Item
**
);
table_map
used_tables
()
const
{
return
used_table_cache
;
}
table_map
used_tables
()
const
{
return
used_table_cache
;
}
bool
const_item
()
const
{
return
!
used_table_cache
;
}
bool
const_item
()
const
{
return
!
used_table_cache
;
}
...
...
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