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
b0352197
Commit
b0352197
authored
May 28, 2007
by
jani@a88-113-38-195.elisa-laajakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed accidently added tabs back into spaces.
Fixed a bug that came in merge.
parent
fa21379a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
25 deletions
+24
-25
client/mysqltest.c
client/mysqltest.c
+1
-1
mysys/array.c
mysys/array.c
+22
-22
sql/set_var.cc
sql/set_var.cc
+1
-1
sql/sql_insert.cc
sql/sql_insert.cc
+0
-1
No files found.
client/mysqltest.c
View file @
b0352197
mysys/array.c
View file @
b0352197
sql/set_var.cc
View file @
b0352197
sql/sql_insert.cc
View file @
b0352197
...
...
@@ -1866,7 +1866,6 @@ bool delayed_get_table(THD *thd, TABLE_LIST *table_list)
DBUG_RETURN
((
table_list
->
table
==
NULL
));
end_create:
thd
->
fatal_error
();
pthread_mutex_unlock
(
&
LOCK_delayed_create
);
DBUG_RETURN
(
thd
->
net
.
report_error
);
}
...
...
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