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
df07c4d8
Commit
df07c4d8
authored
Dec 05, 2002
by
Sinisa@sinisa.nasamreza.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for few PROCEDURE bugs ...
parent
dac10a8c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
69 additions
and
1 deletion
+69
-1
mysql-test/r/analyse.result
mysql-test/r/analyse.result
+37
-0
mysql-test/t/analyse.test
mysql-test/t/analyse.test
+29
-0
sql/sql_analyse.cc
sql/sql_analyse.cc
+1
-1
sql/sql_select.cc
sql/sql_select.cc
+2
-0
No files found.
mysql-test/r/analyse.result
View file @
df07c4d8
This diff is collapsed.
Click to expand it.
mysql-test/t/analyse.test
View file @
df07c4d8
This diff is collapsed.
Click to expand it.
sql/sql_analyse.cc
View file @
df07c4d8
...
...
@@ -324,7 +324,7 @@ void field_str::add()
}
else
{
bzero
((
char
*
)
&
s
,
sizeof
(
s
));
// Let tree handle free of this
//
bzero((char*) &s, sizeof(s)); // Let tree handle free of this
if
((
treemem
+=
length
)
>
pc
->
max_treemem
)
{
room_in_tree
=
0
;
// Remove tree, too big tree
...
...
sql/sql_select.cc
View file @
df07c4d8
...
...
@@ -733,6 +733,8 @@ JOIN::exec()
HA_POS_ERROR
:
unit
->
select_limit_cnt
,
0
))))
order
=
0
;
if
(
procedure
)
(
void
)
result
->
prepare
(
fields_list
,
unit
);
select_describe
(
this
,
need_tmp
,
order
!=
0
&&
!
skip_sort_order
,
select_distinct
);
...
...
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