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
51ad8d12
Commit
51ad8d12
authored
Nov 09, 2002
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
merged
BitKeeper/etc/ignore: auto-union
parents
05136a90
6bdd7e38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.bzrignore
.bzrignore
+3
-2
sql/sql_base.cc
sql/sql_base.cc
+1
-0
No files found.
.bzrignore
View file @
51ad8d12
...
@@ -193,6 +193,7 @@ configure
...
@@ -193,6 +193,7 @@ configure
core
core
db-*.*.*
db-*.*.*
dbug/user.t
dbug/user.t
depcomp
extra/comp_err
extra/comp_err
extra/my_print_defaults
extra/my_print_defaults
extra/mysql_install
extra/mysql_install
...
@@ -211,6 +212,7 @@ innobase/conftest.s1
...
@@ -211,6 +212,7 @@ innobase/conftest.s1
innobase/conftest.subs
innobase/conftest.subs
innobase/ib_config.h
innobase/ib_config.h
innobase/ib_config.h.in
innobase/ib_config.h.in
innobase/stamp-h1
isam/isamchk
isam/isamchk
isam/isamlog
isam/isamlog
isam/pack_isam
isam/pack_isam
...
@@ -468,6 +470,7 @@ sql/sql_yacc.cc
...
@@ -468,6 +470,7 @@ sql/sql_yacc.cc
sql/sql_yacc.h
sql/sql_yacc.h
stamp-h
stamp-h
stamp-h.in
stamp-h.in
stamp-h1
strings/conf_to_src
strings/conf_to_src
strings/ctype_autoconf.c
strings/ctype_autoconf.c
strings/ctype_extra_sources.c
strings/ctype_extra_sources.c
...
@@ -494,5 +497,3 @@ vio/test-ssl
...
@@ -494,5 +497,3 @@ vio/test-ssl
vio/test-sslclient
vio/test-sslclient
vio/test-sslserver
vio/test-sslserver
vio/viotest-ssl
vio/viotest-ssl
innobase/stamp-h1
stamp-h1
sql/sql_base.cc
View file @
51ad8d12
...
@@ -1844,6 +1844,7 @@ bool setup_tables(TABLE_LIST *tables)
...
@@ -1844,6 +1844,7 @@ bool setup_tables(TABLE_LIST *tables)
DBUG_RETURN
(
1
);
DBUG_RETURN
(
1
);
table
->
keys_in_use_for_query
&=
~
map
;
table
->
keys_in_use_for_query
&=
~
map
;
}
}
table
->
used_keys
&=
table
->
keys_in_use_for_query
;
if
(
table_list
->
shared
)
if
(
table_list
->
shared
)
{
{
/* Clear query_id that may have been set by previous select */
/* Clear query_id that may have been set by previous select */
...
...
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