diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-09-26 20:03:38 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-01 23:38:28 +0200 |
commit | c6b95222c3c614342575f752a6787b83fe6ffaa4 (patch) | |
tree | 43c8f6e972a571e821966d34305469ce10ee58bb /libservices | |
parent | d6141a553c566b3c8f997ae811dd4c00d9019613 (diff) | |
download | mariadb-git-c6b95222c3c614342575f752a6787b83fe6ffaa4.tar.gz |
use MD5 service in innodb/xtradb
Diffstat (limited to 'libservices')
-rw-r--r-- | libservices/my_md5_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libservices/my_md5_service.c b/libservices/my_md5_service.c index f9db24d0179..f993751a9a5 100644 --- a/libservices/my_md5_service.c +++ b/libservices/my_md5_service.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Monty Program Ab +/* Copyright (c) 2014 Monty Program Ab Use is subject to license terms. This program is free software; you can redistribute it and/or modify |