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
0e3e5cf4
Commit
0e3e5cf4
authored
Dec 09, 2007
by
igor@olga.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forced compilers to remove the warning appeared after the patch
with a fix for bug 32694.
parent
f781e154
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sql/item_cmpfunc.cc
sql/item_cmpfunc.cc
+1
-0
No files found.
sql/item_cmpfunc.cc
View file @
0e3e5cf4
...
...
@@ -353,6 +353,7 @@ static bool convert_constant_item(THD *thd, Item_field *field_item,
ulong
orig_sql_mode
=
thd
->
variables
.
sql_mode
;
enum_check_fields
orig_count_cuted_fields
=
thd
->
count_cuted_fields
;
ulonglong
orig_field_val
;
/* original field value if valid */
LINT_INIT
(
orig_field_val
);
thd
->
variables
.
sql_mode
=
(
orig_sql_mode
&
~
MODE_NO_ZERO_DATE
)
|
MODE_INVALID_DATES
;
thd
->
count_cuted_fields
=
CHECK_FIELD_IGNORE
;
...
...
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