diff options
author | Magne Mahre <magne.mahre@oracle.com> | 2011-03-28 10:47:30 +0200 |
---|---|---|
committer | Magne Mahre <magne.mahre@oracle.com> | 2011-03-28 10:47:30 +0200 |
commit | 4c4cb80b0af1b9e4a5e38130ee3566615bd8a8b4 (patch) | |
tree | d9ded1526828e9a2bd239908dbd08d7d439d865d /sql/handler.h | |
parent | e9935c6363b9fb1f132c4ca43dd38fddd61ebc10 (diff) | |
download | mariadb-git-4c4cb80b0af1b9e4a5e38130ee3566615bd8a8b4.tar.gz |
Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1
The LGPL license is used in some legacy code, and to
adhere to current licensing polity, we remove those
files that are no longer used, and reorganize the
remaining LGPL code so it will be GPL licensed from
now on.
Note: This patch only removed LGPL licensed files
in MySQL 5.1, and is the second of a set of
patches to remove LGPL from all trees.
(See Bug# 11840513 for details)
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h index dabc179079a..5f68bb6a8f8 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -20,7 +20,6 @@ #pragma interface /* gcc class implementation */ #endif -#include <my_handler.h> #include <ft_global.h> #include <keycache.h> |