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
7bb7006d
Commit
7bb7006d
authored
Dec 07, 2005
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix -ansi -pedantic compilation failure. Fix coding style.
parent
e9e78290
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
sql/sql_parse.cc
sql/sql_parse.cc
+6
-6
No files found.
sql/sql_parse.cc
View file @
7bb7006d
...
@@ -2617,7 +2617,7 @@ mysql_execute_command(THD *thd)
...
@@ -2617,7 +2617,7 @@ mysql_execute_command(THD *thd)
goto
error
;
/* purecov: inspected */
goto
error
;
/* purecov: inspected */
thd
->
enable_slow_log
=
opt_log_slow_admin_statements
;
thd
->
enable_slow_log
=
opt_log_slow_admin_statements
;
res
=
mysql_backup_table
(
thd
,
first_table
);
res
=
mysql_backup_table
(
thd
,
first_table
);
(
TABLE_LIST
*
)
select_lex
->
table_list
.
first
=
first_table
;
select_lex
->
table_list
.
first
=
(
byte
*
)
first_table
;
lex
->
query_tables
=
all_tables
;
lex
->
query_tables
=
all_tables
;
break
;
break
;
}
}
...
@@ -2630,7 +2630,7 @@ mysql_execute_command(THD *thd)
...
@@ -2630,7 +2630,7 @@ mysql_execute_command(THD *thd)
goto
error
;
/* purecov: inspected */
goto
error
;
/* purecov: inspected */
thd
->
enable_slow_log
=
opt_log_slow_admin_statements
;
thd
->
enable_slow_log
=
opt_log_slow_admin_statements
;
res
=
mysql_restore_table
(
thd
,
first_table
);
res
=
mysql_restore_table
(
thd
,
first_table
);
(
TABLE_LIST
*
)
select_lex
->
table_list
.
first
=
first_table
;
select_lex
->
table_list
.
first
=
(
byte
*
)
first_table
;
lex
->
query_tables
=
all_tables
;
lex
->
query_tables
=
all_tables
;
break
;
break
;
}
}
...
@@ -3134,7 +3134,7 @@ end_with_restore_list:
...
@@ -3134,7 +3134,7 @@ end_with_restore_list:
mysql_bin_log
.
write
(
&
qinfo
);
mysql_bin_log
.
write
(
&
qinfo
);
}
}
}
}
(
TABLE_LIST
*
)
select_lex
->
table_list
.
first
=
first_table
;
select_lex
->
table_list
.
first
=
(
byte
*
)
first_table
;
lex
->
query_tables
=
all_tables
;
lex
->
query_tables
=
all_tables
;
break
;
break
;
}
}
...
@@ -3146,7 +3146,7 @@ end_with_restore_list:
...
@@ -3146,7 +3146,7 @@ end_with_restore_list:
goto
error
;
/* purecov: inspected */
goto
error
;
/* purecov: inspected */
thd
->
enable_slow_log
=
opt_log_slow_admin_statements
;
thd
->
enable_slow_log
=
opt_log_slow_admin_statements
;
res
=
mysql_check_table
(
thd
,
first_table
,
&
lex
->
check_opt
);
res
=
mysql_check_table
(
thd
,
first_table
,
&
lex
->
check_opt
);
(
TABLE_LIST
*
)
select_lex
->
table_list
.
first
=
first_table
;
select_lex
->
table_list
.
first
=
(
byte
*
)
first_table
;
lex
->
query_tables
=
all_tables
;
lex
->
query_tables
=
all_tables
;
break
;
break
;
}
}
...
@@ -3168,7 +3168,7 @@ end_with_restore_list:
...
@@ -3168,7 +3168,7 @@ end_with_restore_list:
mysql_bin_log
.
write
(
&
qinfo
);
mysql_bin_log
.
write
(
&
qinfo
);
}
}
}
}
(
TABLE_LIST
*
)
select_lex
->
table_list
.
first
=
first_table
;
select_lex
->
table_list
.
first
=
(
byte
*
)
first_table
;
lex
->
query_tables
=
all_tables
;
lex
->
query_tables
=
all_tables
;
break
;
break
;
}
}
...
@@ -3193,7 +3193,7 @@ end_with_restore_list:
...
@@ -3193,7 +3193,7 @@ end_with_restore_list:
mysql_bin_log
.
write
(
&
qinfo
);
mysql_bin_log
.
write
(
&
qinfo
);
}
}
}
}
(
TABLE_LIST
*
)
select_lex
->
table_list
.
first
=
first_table
;
select_lex
->
table_list
.
first
=
(
byte
*
)
first_table
;
lex
->
query_tables
=
all_tables
;
lex
->
query_tables
=
all_tables
;
break
;
break
;
}
}
...
...
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