summaryrefslogtreecommitdiff
path: root/sql/des_key_file.cc
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2007-10-09 17:56:32 -0400
committerunknown <cmiller@zippy.cornsilk.net>2007-10-09 17:56:32 -0400
commit39062b7e4ee782ca7853808a1c006846ae027263 (patch)
treed399e6e6253a6b14ea4e758cc36017d34eaedb39 /sql/des_key_file.cc
parent6859d8b8c73ea323dc6fd2f381f9d228c33d93de (diff)
downloadmariadb-git-39062b7e4ee782ca7853808a1c006846ae027263.tar.gz
Doxygenize comments, a*.cc - field.cc .
sql/derror.cc: Doxygenize comments. sql/des_key_file.cc: Doxygenize comments. sql/discover.cc: Doxygenize comments. sql/field.cc: Doxygenize comments.
Diffstat (limited to 'sql/des_key_file.cc')
-rw-r--r--sql/des_key_file.cc19
1 files changed, 10 insertions, 9 deletions
diff --git a/sql/des_key_file.cc b/sql/des_key_file.cc
index d99d712b45a..317cb237360 100644
--- a/sql/des_key_file.cc
+++ b/sql/des_key_file.cc
@@ -21,17 +21,18 @@
struct st_des_keyschedule des_keyschedule[10];
uint des_default_key;
-/*
- Function which loads DES keys from plaintext file into memory on MySQL
- server startup and on command FLUSH DES_KEY_FILE.
- Blame tonu@spam.ee on bugs ;)
-
- RETURN
- 0 ok
- 1 Error
+#define des_cs &my_charset_latin1
+
+/**
+ Load DES keys from plaintext file into
+ memory on MySQL server startup and on command FLUSH DES_KEY_FILE.
+
+ @retval
+ 0 ok
+ @retval
+ 1 Error
*/
-#define des_cs &my_charset_latin1
bool
load_des_key_file(const char *file_name)