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
e87278f4
Commit
e87278f4
authored
Jul 04, 2006
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auxilliary -> auxiliary
parent
1781eee6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/sql_delete.cc
sql/sql_delete.cc
+1
-1
sql/sql_lex.h
sql/sql_lex.h
+1
-1
No files found.
sql/sql_delete.cc
View file @
e87278f4
...
...
@@ -387,7 +387,7 @@ extern "C" int refpos_order_cmp(void* arg, const void *a,const void *b)
bool
mysql_multi_delete_prepare
(
THD
*
thd
)
{
LEX
*
lex
=
thd
->
lex
;
TABLE_LIST
*
aux_tables
=
(
TABLE_LIST
*
)
lex
->
auxil
l
iary_table_list
.
first
;
TABLE_LIST
*
aux_tables
=
(
TABLE_LIST
*
)
lex
->
auxiliary_table_list
.
first
;
TABLE_LIST
*
target_tbl
;
DBUG_ENTER
(
"mysql_multi_delete_prepare"
);
...
...
sql/sql_lex.h
View file @
e87278f4
...
...
@@ -873,7 +873,7 @@ typedef struct st_lex : public Query_tables_list
*/
List
<
Name_resolution_context
>
context_stack
;
SQL_LIST
proc_list
,
auxil
l
iary_table_list
,
save_list
;
SQL_LIST
proc_list
,
auxiliary_table_list
,
save_list
;
create_field
*
last_field
;
Item_sum
*
in_sum_func
;
udf_func
udf
;
...
...
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