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
ddb972f7
Commit
ddb972f7
authored
Sep 16, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wording fixed
parent
028405cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
sql/sql_cache.cc
sql/sql_cache.cc
+5
-5
sql/sql_lex.cc
sql/sql_lex.cc
+3
-3
sql/sql_parse.cc
sql/sql_parse.cc
+1
-1
No files found.
sql/sql_cache.cc
View file @
ddb972f7
...
...
@@ -1532,11 +1532,11 @@ ulong Query_cache::init_cache()
query_cache_table_get_key
,
0
,
0
));
#else
/*
On windows, OS/2, MacOS X with HFS+ or any other case insensitive
file system if lower_case_table_names!=0 we have same situation as
in previous case, but if lower_case_table_names==0 then we should
not distinguish cases (to be compatible in behavior with underl
aying
file system) and so should use case insensitive collation for
On windows, OS/2, MacOS X with HFS+ or any other case insensitive
file system if lower_case_table_names!=0 we have same situation as
in previous case, but if lower_case_table_names==0 then we should
not distinguish cases (to be compatible in behavior with underl
ying
file system) and so should use case insensitive collation for
comparison.
*/
VOID
(
hash_init
(
&
tables
,
...
...
sql/sql_lex.cc
View file @
ddb972f7
...
...
@@ -1561,8 +1561,8 @@ bool st_select_lex_unit::check_updateable(char *db, char *table)
/*
Find db.table which will be updated in this select and
underl
a
ying ones (except derived tables)
Find db.table which will be updated in this select and
underlying ones (except derived tables)
SYNOPSIS
st_select_lex::check_updateable()
...
...
@@ -1583,7 +1583,7 @@ bool st_select_lex::check_updateable(char *db, char *table)
}
/*
Find db.table which will be updated in underl
a
ying subqueries
Find db.table which will be updated in underlying subqueries
SYNOPSIS
st_select_lex::check_updateable_in_subqueries()
...
...
sql/sql_parse.cc
View file @
ddb972f7
...
...
@@ -2800,7 +2800,7 @@ mysql_execute_command(THD *thd)
target_tbl
->
table
=
orig
->
table
;
/*
Multi-delete can't be constructed over-union => we always have
single SELECT on top and have to check underl
a
ying SELECTs of it
single SELECT on top and have to check underlying SELECTs of it
*/
if
(
lex
->
select_lex
.
check_updateable_in_subqueries
(
orig
->
db
,
orig
->
real_name
))
...
...
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