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
6ed8bf96
Commit
6ed8bf96
authored
Feb 28, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
parents
03a5cacc
77d149a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sql/sql_base.cc
sql/sql_base.cc
+3
-3
No files found.
sql/sql_base.cc
View file @
6ed8bf96
...
...
@@ -635,14 +635,14 @@ TABLE_LIST *find_table_in_list(TABLE_LIST *table,
TABLE_LIST
*
unique_table
(
TABLE_LIST
*
table
,
TABLE_LIST
*
table_list
)
{
DBUG_ENTER
(
"unique_table"
);
DBUG_PRINT
(
"enter"
,
(
"table alias: %s"
,
table
->
alias
));
TABLE_LIST
*
res
;
const
char
*
d_name
=
table
->
db
,
*
t_name
=
table
->
table_name
;
char
d_name_buff
[
MAX_ALIAS_NAME
],
t_name_buff
[
MAX_ALIAS_NAME
];
DBUG_ENTER
(
"unique_table"
);
DBUG_PRINT
(
"enter"
,
(
"table alias: %s"
,
table
->
alias
));
/* temporary table is always unique */
if
(
table
->
table
&&
table
->
table
->
s
->
tmp_table
!=
NO_TMP_TABLE
)
return
0
;
DBUG_RETURN
(
0
)
;
if
(
table
->
view
)
{
/* it is view and table opened */
...
...
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