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
3a9e48e4
Commit
3a9e48e4
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
3b5e39a0
33c62b83
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 @
3a9e48e4
...
@@ -282,6 +282,8 @@ multi_delete::initialize_tables(JOIN *join)
...
@@ -282,6 +282,8 @@ multi_delete::initialize_tables(JOIN *join)
walk
=
walk
->
next
;
walk
=
walk
->
next
;
/* Don't use KEYREAD optimization on this table */
/* Don't use KEYREAD optimization on this table */
tbl
->
no_keyread
=
1
;
tbl
->
no_keyread
=
1
;
/* Don't use record cache */
tbl
->
no_cache
=
1
;
tbl
->
used_keys
=
0
;
tbl
->
used_keys
=
0
;
if
(
tbl
->
file
->
has_transactions
())
if
(
tbl
->
file
->
has_transactions
())
log_delayed
=
transactional_tables
=
1
;
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