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
0ea0993c
Commit
0ea0993c
authored
Jun 13, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some small changes in multi-table update "ported" from mulit-table
delete.
parent
664b219a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sql/sql_update.cc
sql/sql_update.cc
+4
-4
No files found.
sql/sql_update.cc
View file @
0ea0993c
...
@@ -521,10 +521,10 @@ multi_update::initialize_tables(JOIN *join)
...
@@ -521,10 +521,10 @@ multi_update::initialize_tables(JOIN *join)
if (tab->table->map & tables_to_update_from)
if (tab->table->map & tables_to_update_from)
{
{
We are going to update from this table
We are going to update from this table
walk->table=tab->table;
TABLE *tbl=
walk->table=tab->table;
walk=walk->next;
Don't use KEYREAD optimization on this table
if (tab == join->join_tab)
tbl->no_keyread=1;
tab->table->no_keyread=1
;
walk=walk->next
;
}
}
}
}
*/
*/
...
...
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