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
241c49c6
Commit
241c49c6
authored
Jun 09, 2007
by
gkodinov/kgeorge@magare.gmz
Browse files
Options
Browse Files
Download
Plain Diff
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into magare.gmz:/home/kgeorge/mysql/autopush/B28754-5.0-opt
parents
e2e672b5
d12fbdd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
sql/sql_table.cc
sql/sql_table.cc
+0
-2
No files found.
sql/sql_table.cc
View file @
241c49c6
...
...
@@ -3101,8 +3101,6 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name,
alter_info
->
tablespace_op
));
sprintf
(
new_name_buff
,
"%s/%s/%s%s"
,
mysql_data_home
,
db
,
table_name
,
reg_ext
);
unpack_filename
(
new_name_buff
,
new_name_buff
);
if
(
lower_case_table_names
!=
2
)
my_casedn_str
(
files_charset_info
,
new_name_buff
);
frm_type
=
mysql_frm_type
(
thd
,
new_name_buff
,
&
table_type
);
/* Rename a view */
if
(
frm_type
==
FRMTYPE_VIEW
&&
!
(
alter_info
->
flags
&
~
ALTER_RENAME
))
...
...
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