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
0d4dbfd1
Commit
0d4dbfd1
authored
Nov 10, 2005
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a comment.
parent
2636f3cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
sql/sql_cursor.cc
sql/sql_cursor.cc
+7
-6
No files found.
sql/sql_cursor.cc
View file @
0d4dbfd1
...
@@ -561,12 +561,13 @@ int Materialized_cursor::open(JOIN *join __attribute__((unused)))
...
@@ -561,12 +561,13 @@ int Materialized_cursor::open(JOIN *join __attribute__((unused)))
if
(
rc
==
0
)
if
(
rc
==
0
)
{
{
/*
/*
Now send the result set metadata to the client. We need to do it
Now send the result set metadata to the client. We need to
here, as in Select_materialize::send_fields the exact column types
do it here, as in Select_materialize::send_fields the items
are not yet known. The new types may differ from the original ones
for column types are not yet created (send_fields requires
sent at prepare if some of them were altered by MySQL HEAP tables
a list of items). The new types may differ from the original
mechanism -- used when create_tmp_field_from_item may alter the
ones sent at prepare if some of them were altered by MySQL
original column type.
HEAP tables mechanism -- used when create_tmp_field_from_item
may alter the original column type.
We can't simply supply SEND_EOF flag to send_fields, because
We can't simply supply SEND_EOF flag to send_fields, because
send_fields doesn't flush the network buffer.
send_fields doesn't flush the network buffer.
...
...
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