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
f4491dd7
Commit
f4491dd7
authored
Aug 30, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jimw/my/mysql-4.1-12828
into mysql.com:/home/jimw/my/mysql-4.1-clean
parents
aa4820af
ed9ecb06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sql/item_strfunc.cc
sql/item_strfunc.cc
+3
-3
No files found.
sql/item_strfunc.cc
View file @
f4491dd7
...
...
@@ -472,11 +472,11 @@ String *Item_func_des_decrypt::val_str(String *str)
struct
st_des_keyblock
keyblock
;
struct
st_des_keyschedule
keyschedule
;
String
*
res
=
args
[
0
]
->
val_str
(
str
);
uint
length
=
res
->
length
()
,
tail
;
uint
length
,
tail
;
if
((
null_value
=
args
[
0
]
->
null_value
))
if
((
null_value
=
args
[
0
]
->
null_value
))
return
0
;
length
=
res
->
length
();
length
=
res
->
length
();
if
(
length
<
9
||
(
length
%
8
)
!=
1
||
!
((
*
res
)[
0
]
&
128
))
return
res
;
// Skip decryption if not encrypted
...
...
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