diff options
author | Magne Mahre <magne.mahre@oracle.com> | 2011-03-29 14:43:49 +0200 |
---|---|---|
committer | Magne Mahre <magne.mahre@oracle.com> | 2011-03-29 14:43:49 +0200 |
commit | 9b7799d527a29923e86f937c9f9e67499b1b32a2 (patch) | |
tree | 3b6d0fd06e191c69e6e0da8a63e81166e5b90513 /sql/handler.h | |
parent | a4d227ba63c07c6e44b5b6b26185e0c5cf2496d6 (diff) | |
download | mariadb-git-9b7799d527a29923e86f937c9f9e67499b1b32a2.tar.gz |
Bug#11933945 REMOVE LGPL LICENSED FILES IN MYSQL 5.5
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.5 and later, and is the third 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h index ca72640f887..911f7516e98 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -29,7 +29,7 @@ #include "sql_cache.h" #include "structs.h" /* SHOW_COMP_OPTION */ -#include <my_handler.h> +#include <my_compare.h> #include <ft_global.h> #include <keycache.h> |