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
0dd94ed4
Commit
0dd94ed4
authored
Jun 03, 2005
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
parents
342f6d54
ed5774f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
sql/sql_base.cc
sql/sql_base.cc
+1
-1
sql/sql_parse.cc
sql/sql_parse.cc
+0
-13
No files found.
sql/sql_base.cc
View file @
0dd94ed4
...
...
@@ -1714,7 +1714,7 @@ int open_and_lock_tables(THD *thd, TABLE_LIST *tables)
SYNOPSIS
open_normal_and_derived_tables
thd - thread handler
tables - list of tables for open
&locking
tables - list of tables for open
RETURN
FALSE - ok
...
...
sql/sql_parse.cc
View file @
0dd94ed4
...
...
@@ -2515,11 +2515,6 @@ mysql_execute_command(THD *thd)
*/
start_waiting_global_read_lock
(
thd
);
// put tables back for PS rexecuting
tables
=
lex
->
link_first_table_back
(
tables
,
create_table
,
create_table_local
);
break
;
unsent_create_error:
// put tables back for PS rexecuting
tables
=
lex
->
link_first_table_back
(
tables
,
create_table
,
...
...
@@ -3692,14 +3687,6 @@ error:
thd
->
lock
=
0
;
}
DBUG_VOID_RETURN
;
error1:
/*
Release the protection against the global read lock and wake
everyone, who might want to set a global read lock.
*/
start_waiting_global_read_lock
(
thd
);
DBUG_VOID_RETURN
;
}
...
...
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