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
ebf372dd
Commit
ebf372dd
authored
May 08, 2019
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Indentation cleanups
parent
0b9f7f86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
sql/sql_table.cc
sql/sql_table.cc
+2
-3
No files found.
sql/sql_table.cc
View file @
ebf372dd
...
...
@@ -5533,7 +5533,6 @@ mysql_rename_table(handlerton *base, const LEX_CSTRING *old_db,
my_error
(
ER_BAD_DB_ERROR
,
MYF
(
0
),
new_db
->
str
);
else
if
(
error
)
my_error
(
ER_ERROR_ON_RENAME
,
MYF
(
0
),
from
,
to
,
error
);
else
if
(
!
(
flags
&
FN_IS_TMP
))
mysql_audit_rename_table
(
thd
,
old_db
,
old_name
,
new_db
,
new_name
);
...
...
@@ -5811,8 +5810,8 @@ bool mysql_create_like_table(THD* thd, TABLE_LIST* table,
goto
err
;
/*
As the reference table is temporary and may not exist on slave, we
must
force the ENGINE to be present into CREATE TABLE.
As the reference table is temporary and may not exist on slave, we
must
force the ENGINE to be present into CREATE TABLE.
*/
create_info
->
used_fields
|=
HA_CREATE_USED_ENGINE
;
...
...
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