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
8c14ed42
Commit
8c14ed42
authored
Nov 09, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IGNORE/USE INDEX now work with HA_EXTRA_KEYREAD
BitKeeper/etc/ignore: Added depcomp to the ignore list
parent
811e2259
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.bzrignore
.bzrignore
+1
-0
mysql-test/r/select.result
mysql-test/r/select.result
+2
-2
sql/sql_base.cc
sql/sql_base.cc
+1
-0
No files found.
.bzrignore
View file @
8c14ed42
...
...
@@ -321,3 +321,4 @@ sql-bench/innotest1b
sql-bench/innotest2
sql-bench/innotest2a
sql-bench/innotest2b
depcomp
mysql-test/r/select.result
View file @
8c14ed42
...
...
@@ -94,9 +94,9 @@ fld3
table type possible_keys key key_len ref rows Extra
t2 ref fld3 fld3 30 const 1 where used; Using index
table type possible_keys key key_len ref rows Extra
t2
index fld3 fld3 30 NULL 1199 where used; Using index
t2
ALL fld3 NULL NULL NULL 1199 where used
table type possible_keys key key_len ref rows Extra
t2
index fld3 fld3 30 NULL 1199 where used; Using index
t2
ALL fld3 NULL NULL NULL 1199 where used
table type possible_keys key key_len ref rows Extra
t2 ref fld3 fld3 30 const 1 where used; Using index
table type possible_keys key key_len ref rows Extra
...
...
sql/sql_base.cc
View file @
8c14ed42
...
...
@@ -1834,6 +1834,7 @@ bool setup_tables(TABLE_LIST *tables)
DBUG_RETURN
(
1
);
table
->
table
->
keys_in_use_for_query
&=
~
map
;
}
table
->
table
->
used_keys
&=
table
->
table
->
keys_in_use_for_query
;
}
if
(
tablenr
>
MAX_TABLES
)
{
...
...
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