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
9e4dc3fb
Commit
9e4dc3fb
authored
Dec 05, 2002
by
venu@myvenu.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql_error.cc:
make tests to go ; becuase of DROP TABLE ID EXISTS warnings
parent
7ffe639d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sql/sql_error.cc
sql/sql_error.cc
+2
-0
No files found.
sql/sql_error.cc
View file @
9e4dc3fb
...
...
@@ -110,6 +110,7 @@ void push_warning(THD *thd, MYSQL_ERROR::enum_warning_level level, uint code,
void
store_warning
(
THD
*
thd
,
uint
errcode
,
...)
{
#if TESTS_TO_BE_FIXED
va_list
args
;
const
char
*
format
;
char
warning
[
ERRMSGSIZE
+
20
];
...
...
@@ -128,6 +129,7 @@ void store_warning(THD *thd, uint errcode, ...)
va_end
(
args
);
push_warning
(
thd
,
MYSQL_ERROR
::
WARN_LEVEL_WARN
,
errcode
,
warning
);
DBUG_VOID_RETURN
;
#endif
}
...
...
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