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
dfc4dd42
Commit
dfc4dd42
authored
Oct 30, 2006
by
kostja@bodhi.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A cleanup.
parent
8143148b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
sql/sql_parse.cc
sql/sql_parse.cc
+0
-6
No files found.
sql/sql_parse.cc
View file @
dfc4dd42
...
@@ -3045,11 +3045,6 @@ mysql_execute_command(THD *thd)
...
@@ -3045,11 +3045,6 @@ mysql_execute_command(THD *thd)
case
SQLCOM_ALTER_TABLE
:
case
SQLCOM_ALTER_TABLE
:
DBUG_ASSERT
(
first_table
==
all_tables
&&
first_table
!=
0
);
DBUG_ASSERT
(
first_table
==
all_tables
&&
first_table
!=
0
);
#if defined(DONT_ALLOW_SHOW_COMMANDS)
my_message
(
ER_NOT_ALLOWED_COMMAND
,
ER
(
ER_NOT_ALLOWED_COMMAND
),
MYF
(
0
));
/* purecov: inspected */
goto
error
;
#else
{
{
ulong
priv
=
0
;
ulong
priv
=
0
;
if
(
lex
->
name
&&
(
!
lex
->
name
[
0
]
||
strlen
(
lex
->
name
)
>
NAME_LEN
))
if
(
lex
->
name
&&
(
!
lex
->
name
[
0
]
||
strlen
(
lex
->
name
)
>
NAME_LEN
))
...
@@ -3115,7 +3110,6 @@ mysql_execute_command(THD *thd)
...
@@ -3115,7 +3110,6 @@ mysql_execute_command(THD *thd)
}
}
break
;
break
;
}
}
#endif
/*DONT_ALLOW_SHOW_COMMANDS*/
case
SQLCOM_RENAME_TABLE
:
case
SQLCOM_RENAME_TABLE
:
{
{
DBUG_ASSERT
(
first_table
==
all_tables
&&
first_table
!=
0
);
DBUG_ASSERT
(
first_table
==
all_tables
&&
first_table
!=
0
);
...
...
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