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
79950521
Commit
79950521
authored
Sep 19, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5415
parents
0e0a508d
946625d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sql/sql_delete.cc
sql/sql_delete.cc
+2
-0
No files found.
sql/sql_delete.cc
View file @
79950521
...
...
@@ -282,6 +282,8 @@ multi_delete::initialize_tables(JOIN *join)
walk
=
walk
->
next
;
/* Don't use KEYREAD optimization on this table */
tbl
->
no_keyread
=
1
;
/* Don't use record cache */
tbl
->
no_cache
=
1
;
tbl
->
used_keys
=
0
;
if
(
tbl
->
file
->
has_transactions
())
log_delayed
=
transactional_tables
=
1
;
...
...
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